All Projects → Data Structures → Similar Projects or Alternatives

1166 Open source projects that are alternatives of or similar to Data Structures

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 (+858.63%)
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+235.71%)
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 (-57.14%)
Mutual labels:  tree, avl-tree, linked-list, trie
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 (-62.8%)
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (-74.7%)
Mutual labels:  data-structures, immutable, avl-tree
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-87.5%)
Mutual labels:  data-structures, trie, priority-queue
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (-63.99%)
Mutual labels:  data-structures, trie, linked-list
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 (-84.23%)
Mutual labels:  data-structures, tree, linked-list
Libdict
C library of key-value data structures.
Stars: ✭ 234 (-30.36%)
Mutual labels:  data-structures, tree, avl-tree
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-58.63%)
Mutual labels:  data-structures, tree, linked-list
Opends
Template Library of Data Structures in C++17
Stars: ✭ 151 (-55.06%)
Mutual labels:  data-structures, trie, avl-tree
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+654.17%)
Mutual labels:  data-structures, trie, 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 (-75.6%)
Mutual labels:  data-structures, tree, linked-list
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-44.35%)
Mutual labels:  data-structures, tree, linked-list
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (-18.75%)
Mutual labels:  data-structures, tree, linked-list
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+1221.73%)
Mutual labels:  data-structures, tree, linked-list
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 (-50.6%)
Mutual labels:  tree, trie, linked-list
AlgoDaily
just for fun
Stars: ✭ 118 (-64.88%)
Mutual labels:  tree, linked-list, trie
Ki
Go language (golang) full strength tree structures (ki in Japanese)
Stars: ✭ 61 (-81.85%)
Mutual labels:  data-structures, tree
Adaptive Radix Tree
A fast and space efficient Radix tree in Java
Stars: ✭ 76 (-77.38%)
Mutual labels:  data-structures, trie
Splay Tree
Fast splay-tree data structure
Stars: ✭ 80 (-76.19%)
Mutual labels:  data-structures, tree
Pybktree
Python BK-tree data structure to allow fast querying of "close" matches
Stars: ✭ 117 (-65.18%)
Mutual labels:  data-structures, tree
Trienet
.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.
Stars: ✭ 122 (-63.69%)
Mutual labels:  data-structures, trie
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 (-4.46%)
Mutual labels:  tree, priority-queue
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (-59.23%)
Mutual labels:  data-structures, linked-list
Algorithms
A collection of common algorithms and data structures implemented in java, c++, and python.
Stars: ✭ 142 (-57.74%)
Mutual labels:  data-structures, trie
Immer
Postmodern immutable and persistent data structures for C++ — value semantics at scale
Stars: ✭ 1,935 (+475.89%)
Mutual labels:  data-structures, immutable
Extcore
An extended core library for F#.
Stars: ✭ 172 (-48.81%)
Mutual labels:  data-structures, immutable
Merkle Patricia Tree
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 277 (-17.56%)
Mutual labels:  data-structures, trie
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-52.08%)
Mutual labels:  data-structures, linked-list
Static Frame
Immutable and grow-only Pandas-like DataFrames with a more explicit and consistent interface.
Stars: ✭ 217 (-35.42%)
Mutual labels:  data-structures, immutable
Qp Trie Rs
An idiomatic and fast QP-trie implementation in pure Rust.
Stars: ✭ 47 (-86.01%)
Mutual labels:  data-structures, trie
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+13486.31%)
Mutual labels:  data-structures, tree
Flatqueue
A very fast and simple JavaScript priority queue
Stars: ✭ 98 (-70.83%)
Mutual labels:  data-structures, priority-queue
Merkle Tree
Merkle Trees and Merkle Inclusion Proofs
Stars: ✭ 130 (-61.31%)
Mutual labels:  data-structures, tree
go-avltree
AVL tree with some useful extensions written in Go
Stars: ✭ 29 (-91.37%)
Mutual labels:  tree, avl-tree
List
🐆 An immutable list with unmatched performance and a comprehensive functional API.
Stars: ✭ 1,604 (+377.38%)
Mutual labels:  data-structures, immutable
immutable-gametree
An immutable game tree data type.
Stars: ✭ 18 (-94.64%)
Mutual labels:  tree, immutable
ctl
My variant of the C Template Library
Stars: ✭ 105 (-68.75%)
Mutual labels:  tree, priority-queue
Algorithms
Study cases for Algorithms and Data Structures.
Stars: ✭ 32 (-90.48%)
Mutual labels:  data-structures, tree
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+688.1%)
Mutual labels:  trie, priority-queue
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (-74.4%)
Mutual labels:  tree, linked-list
custom-exception-middleware
Middleware to catch custom or accidental exceptions
Stars: ✭ 30 (-91.07%)
Mutual labels:  error-handling, exceptions
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-77.08%)
Mutual labels:  tree, linked-list
avl array
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
Stars: ✭ 33 (-90.18%)
Mutual labels:  tree, avl-tree
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-84.82%)
Mutual labels:  error-handling, exceptions
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+38.1%)
Mutual labels:  tree, linked-list
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-73.51%)
Mutual labels:  tree, trie
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 (-80.65%)
Mutual labels:  linked-list, trie
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-86.9%)
Mutual labels:  linked-list, trie
Computer Science In Javascript
Computer science reimplemented in JavaScript
Stars: ✭ 2,590 (+670.83%)
Mutual labels:  data-structures, tree
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (-83.63%)
Mutual labels:  tree, linked-list
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (-26.79%)
Mutual labels:  tree, linked-list
Data-structures
Data Structures in Java
Stars: ✭ 13 (-96.13%)
Mutual labels:  linked-list, data-structures
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-90.77%)
Mutual labels:  linked-list, data-structures
Rubytree
A General Purpose Tree Data Structure for Ruby
Stars: ✭ 300 (-10.71%)
Mutual labels:  data-structures, tree
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (+123.81%)
Mutual labels:  data-structures, avl-tree
Trie
A Mixed Trie and Levenshtein distance implementation in Java for extremely fast prefix string searching and string similarity.
Stars: ✭ 25 (-92.56%)
Mutual labels:  data-structures, trie
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 (-30.65%)
Mutual labels:  data-structures, immutable
Tslog
📝 tslog - Expressive TypeScript Logger for Node.js.
Stars: ✭ 321 (-4.46%)
Mutual labels:  error-handling, exceptions
1-60 of 1166 similar projects