All Projects → Data Structures → Similar Projects or Alternatives

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

Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+69.51%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
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 (-35.37%)
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 (+5315.85%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+1275.61%)
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 (+128.05%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
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 (+3828.05%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+96.34%)
Mutual labels:  data-structures, stack, linked-list, queue
Data-structures
Data Structures in Java
Stars: ✭ 13 (-84.15%)
Mutual labels:  linked-list, stack, queue, data-structures
AlgoDaily
just for fun
Stars: ✭ 118 (+43.9%)
Mutual labels:  tree, linked-list, stack, queue
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-57.32%)
Mutual labels:  tree, stack, linked-list, queue
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (+47.56%)
Mutual labels:  tree, stack, linked-list, queue
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 (+102.44%)
Mutual labels:  tree, stack, linked-list, queue
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+650%)
Mutual labels:  tree, stack, linked-list, queue
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 (+52.44%)
Mutual labels:  data-structures, tree, stack, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-6.1%)
Mutual labels:  tree, linked-list, stack, queue
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-62.2%)
Mutual labels:  linked-list, stack, queue, data-structures
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+465.85%)
Mutual labels:  tree, linked-list, stack, queue
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-79.27%)
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 (-20.73%)
Mutual labels:  linked-list, stack, queue
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (+8.54%)
Mutual labels:  tree, stack, queue
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-46.34%)
Mutual labels:  linked-list, stack, queue
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-69.51%)
Mutual labels:  linked-list, stack, queue
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+102.44%)
Mutual labels:  stack, linked-list, queue
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-58.54%)
Mutual labels:  tree, stack, 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 (+75.61%)
Mutual labels:  tree, linked-list, queue
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+200%)
Mutual labels:  tree, linked-list, stack
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+232.93%)
Mutual labels:  data-structures, tree, linked-list
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+2990.24%)
Mutual labels:  data-structures, stack, queue
Data Structures
Go datastructures.
Stars: ✭ 336 (+309.76%)
Mutual labels:  data-structures, tree, linked-list
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 (+291.46%)
Mutual labels:  tree, stack, queue
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-58.54%)
Mutual labels:  tree, stack, queue
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+410.98%)
Mutual labels:  tree, stack, queue
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+117.07%)
Mutual labels:  tree, stack, queue
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+569.51%)
Mutual labels:  stack, linked-list, queue
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+662.2%)
Mutual labels:  stack, linked-list, queue
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-64.63%)
Mutual labels:  tree, stack, queue
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+134.15%)
Mutual labels:  data-structures, stack, queue
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-48.78%)
Mutual labels:  data-structures, stack, queue
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (+91.46%)
Mutual labels:  data-structures, stack, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (+28.05%)
Mutual labels:  tree, stack, queue
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (+4.88%)
Mutual labels:  tree, linked-list, queue
dslib
🌿 A library of "connected" data structures
Stars: ✭ 122 (+48.78%)
Mutual labels:  tree, stack
shoki
Purely functional data structures in Java
Stars: ✭ 30 (-63.41%)
Mutual labels:  stack, queue
Libft
42 library of basic C functions - queues, lists, memory operations and more 😄
Stars: ✭ 21 (-74.39%)
Mutual labels:  linked-list, queue
fastrq
Queue, Stack and Priority Queue built on Redis.
Stars: ✭ 15 (-81.71%)
Mutual labels:  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 (-35.37%)
Mutual labels:  stack, queue
quetie
🎀 Just the cutest and tiniest queue/deque implementation!
Stars: ✭ 111 (+35.37%)
Mutual labels:  stack, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+3129.27%)
Mutual labels:  stack, queue
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (-32.93%)
Mutual labels:  stack, queue
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (-42.68%)
Mutual labels:  tree, stack
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (-32.93%)
Mutual labels:  tree, linked-list
adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Stars: ✭ 33 (-59.76%)
Mutual labels:  linked-list, stack
Rubytree
A General Purpose Tree Data Structure for Ruby
Stars: ✭ 300 (+265.85%)
Mutual labels:  data-structures, tree
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+209.76%)
Mutual labels:  stack, queue
Atomic queue
C++ lockless queue.
Stars: ✭ 373 (+354.88%)
Mutual labels:  data-structures, queue
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+5612.2%)
Mutual labels:  data-structures, tree
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+5591.46%)
Mutual labels:  data-structures, tree
Java Algorithms Implementation
Algorithms and Data Structures implemented in Java
Stars: ✭ 3,927 (+4689.02%)
Mutual labels:  data-structures, tree
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+450%)
Mutual labels:  stack, queue
Splay Tree
Fast splay-tree data structure
Stars: ✭ 80 (-2.44%)
Mutual labels:  data-structures, tree
1-60 of 2080 similar projects