All Projects → Buckets Js → Similar Projects or Alternatives

2092 Open source projects that are alternatives of or similar to Buckets Js

Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-88.92%)
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+185.55%)
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (-71.54%)
Mutual labels:  tree, stack, dictionary, collections, set, priority-queue, queue
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (-86.08%)
Mutual labels:  data-structures, stack, dictionary, set, queue, map
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-89.27%)
Mutual labels:  tree, stack, dictionary, collections, linked-list, queue
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-85.73%)
Data-structures
Data Structures in Java
Stars: ✭ 13 (-98.85%)
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-95.3%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-83.42%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+293.71%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (-45.48%)
Mutual labels:  tree, stack, set, linked-list, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-87.68%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (-90.69%)
Mutual labels:  set, tree, stack, queue, priority-queue
Data Structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
Stars: ✭ 82 (-92.73%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-96.28%)
Mutual labels:  data-structures, stack, priority-queue, queue, map
NonEmptyCollections
A type-safe implementation for collections that cannot be empty. Life is too short for emptiness-checks!
Stars: ✭ 45 (-96.01%)
Mutual labels:  map, set, collection, collections
Phpcollections
A set of collections for PHP.
Stars: ✭ 53 (-95.3%)
Mutual labels:  stack, dictionary, collections, collection
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (-58.87%)
Mutual labels:  tree, linked-list, stack, queue
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-97.25%)
Mutual labels:  linked-list, stack, queue, data-structures
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+124.65%)
Mutual labels:  data-structures, stack, priority-queue, queue
Collectable
High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.
Stars: ✭ 233 (-79.34%)
Mutual labels:  data-structures, dictionary, set, map
Libdict
C library of key-value data structures.
Stars: ✭ 234 (-79.26%)
Mutual labels:  data-structures, tree, dictionary, map
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-94.95%)
Mutual labels:  stack, collections, queue, map
Data Structures
Go datastructures.
Stars: ✭ 336 (-70.21%)
php-sorted-collections
Sorted Collections for PHP
Stars: ✭ 22 (-98.05%)
Mutual labels:  map, set, tree, collection
Collection
A PHP library for representing and manipulating collections.
Stars: ✭ 488 (-56.74%)
Mutual labels:  set, collection, queue, map
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (-51.33%)
Mutual labels:  stack, collections, linked-list, queue
AlgoDaily
just for fun
Stars: ✭ 118 (-89.54%)
Mutual labels:  tree, linked-list, stack, queue
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (-30.23%)
Mutual labels:  data-structures, stack, dictionary, set
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-93.17%)
Mutual labels:  tree, linked-list, stack, queue
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-96.9%)
Mutual labels:  tree, stack, linked-list, queue
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+864.8%)
Mutual labels:  tree, stack, set, map
Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: ✭ 166 (-85.28%)
Mutual labels:  tree, stack, linked-list, queue
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Stars: ✭ 144 (-87.23%)
Mutual labels:  tree, linked-list, queue
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (-95.83%)
Mutual labels:  map, tree, stack
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (-92.46%)
Mutual labels:  data-structures, dictionary, map
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (-78.19%)
Mutual labels:  tree, linked-list, stack
js-collections-map-set
Repository to have example code to demonstrate JavaScript Map and Set data structures.
Stars: ✭ 21 (-98.14%)
Mutual labels:  map, set, data-structures
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (-77.48%)
Mutual labels:  stack, set, queue
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (-82.98%)
Mutual labels:  data-structures, stack, queue
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+1493.26%)
Mutual labels:  set, queue, map
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (-75.8%)
Mutual labels:  data-structures, tree, linked-list
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (-79.08%)
Mutual labels:  data-structures, stack, collections
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (-62.85%)
Mutual labels:  tree, stack, queue
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (-60.02%)
Mutual labels:  stack, tree-structure, queue
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-98.49%)
Mutual labels:  linked-list, stack, queue
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-97.78%)
Mutual labels:  linked-list, stack, queue
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (-94.24%)
Mutual labels:  linked-list, stack, queue
Ki
Go language (golang) full strength tree structures (ki in Japanese)
Stars: ✭ 61 (-94.59%)
Mutual labels:  data-structures, tree, tree-structure
Heapify
The fastest JavaScript priority queue out there. Zero dependencies.
Stars: ✭ 520 (-53.9%)
Mutual labels:  data-structures, priority-queue, queue
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (-92.38%)
Mutual labels:  tree, linked-list, queue
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-92.11%)
Mutual labels:  tree, stack, queue
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (-44.59%)
Mutual labels:  stack, linked-list, queue
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (-45.57%)
Mutual labels:  stack, tree-structure, queue
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-96.99%)
Mutual labels:  tree, stack, queue
Fortress-of-Solitude
This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
Stars: ✭ 53 (-95.3%)
Mutual labels:  stack, queue, tree-structure
Coding Ninjas Java Solutions
This will have solutions to all the problems that are included in Coding Ninja's 2020 Java Course. Star the repo if you like it.
Stars: ✭ 32 (-97.16%)
Mutual labels:  stack, linked-list, priority-queue
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (-84.22%)
Mutual labels:  tree, stack, queue
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-97.43%)
Mutual labels:  tree, stack, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+134.75%)
Mutual labels:  stack, queue, priority-queue
1-60 of 2092 similar projects