All Projects → Data Structures → Similar Projects or Alternatives

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

Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+3094.96%)
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 (+2217.27%)
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 (-61.87%)
Mutual labels:  graph, data-structures, tree, stack, array, linked-list, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+34.53%)
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-74.82%)
Mutual labels:  graph, tree, stack, graph-algorithms, array, 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 (+19.42%)
Mutual labels:  graph, tree, stack, array, linked-list, queue
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-12.95%)
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+28.06%)
Mutual labels:  algorithm, graph, tree, stack, queue, memoization
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+342.45%)
Mutual labels:  algorithm, graph, tree, stack, linked-list, queue
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+3269.78%)
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 (-10.07%)
Mutual labels:  data-structures, tree, stack, array, queue
Data-structures
Data Structures in Java
Stars: ✭ 13 (-90.65%)
Mutual labels:  linked-list, stack, queue, graph, data-structures
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+96.4%)
Java Ds Algorithms
Data Structures and Algorithms in Java
Stars: ✭ 125 (-10.07%)
Mutual labels:  algorithm, graph, tree, stack, dijkstra
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+182.73%)
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-77.7%)
Mutual labels:  linked-list, stack, queue, array, data-structures
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+233.81%)
Mutual labels:  tree, linked-list, stack, queue, array
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+711.51%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+15.83%)
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 (+130.94%)
Mutual labels:  algorithms, tree, stack, array, queue
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+4397.12%)
Mutual labels:  algorithm, algorithms, graph, data-structures, tree
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 (-41.01%)
Mutual labels:  data-structures, tree, stack, linked-list, queue
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (-4.32%)
Algods
Implementation of Algorithms and Data Structures, Problems and Solutions
Stars: ✭ 3,295 (+2270.5%)
Java Algorithms Implementation
Algorithms and Data Structures implemented in Java
Stars: ✭ 3,927 (+2725.18%)
Mutual labels:  algorithm, graph, data-structures, tree
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+201.44%)
Mutual labels:  algorithms, tree, stack, queue
Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+14376.98%)
Mutual labels:  algorithm, algorithms, graph, tree
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+224.46%)
Mutual labels:  algorithms, graph, stack, queue
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (+246.76%)
Mutual labels:  algorithm, algorithms, graph, tree
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+294.96%)
Mutual labels:  algorithms, stack, linked-list, queue
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+466.19%)
Mutual labels:  algorithm, algorithms, data-structures, stack
Algorithms
Study cases for Algorithms and Data Structures.
Stars: ✭ 32 (-76.98%)
Mutual labels:  algorithm, graph, data-structures, tree
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+1723.02%)
Mutual labels:  graph, data-structures, stack, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-44.6%)
Mutual labels:  tree, linked-list, stack, queue
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (-1.44%)
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-79.14%)
Mutual labels:  tree, stack, queue, array
AlgoDaily
just for fun
Stars: ✭ 118 (-15.11%)
Mutual labels:  tree, linked-list, 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 (+3.6%)
Mutual labels:  tree, linked-list, queue, graph-algorithms
Erdos
modular and modern graph-theory algorithms framework in Java
Stars: ✭ 104 (-25.18%)
Mutual labels:  algorithms, graph-algorithms, dijkstra
Algorithms
My Algorithms and Data Structures studies. https://leandrotk.github.io/series/algorithms-problem-solving
Stars: ✭ 275 (+97.84%)
Mutual labels:  algorithm, algorithms, data-structures
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (-23.74%)
Mutual labels:  graph, stack, queue
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+120.14%)
Mutual labels:  algorithm, graph, linked-list
Data Structures And Algorithms
A collection of some implementations of data structures and algorithms.
Stars: ✭ 101 (-27.34%)
Mutual labels:  algorithm, algorithms, data-structures
Algorithms.js
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
Stars: ✭ 3,322 (+2289.93%)
Mutual labels:  algorithms, graph, data-structures
Towel
Throw in the towel.
Stars: ✭ 333 (+139.57%)
Mutual labels:  algorithm, algorithms, data-structures
Data Structures
Go datastructures.
Stars: ✭ 336 (+141.73%)
Mutual labels:  data-structures, tree, linked-list
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+32741.73%)
Mutual labels:  algorithm, data-structures, tree
Proalgos Cpp
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Stars: ✭ 369 (+165.47%)
Mutual labels:  algorithm, algorithms, data-structures
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+174.1%)
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+3257.55%)
Mutual labels:  algorithm, data-structures, tree
Competitive Programming Repository
Competitive Programming templates that I used during the past few years.
Stars: ✭ 367 (+164.03%)
Mutual labels:  algorithms, data-structures, dijkstra
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+258.27%)
Mutual labels:  algorithm, algorithms, data-structures
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+266.91%)
Mutual labels:  stack, array, queue
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (+441.01%)
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+351.08%)
Mutual labels:  algorithm, algorithms, data-structures
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: ✭ 966 (+594.96%)
Mutual labels:  algorithm, algorithms, data-structures
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-69.78%)
Mutual labels:  data-structures, stack, queue
Algorithms
Solved algorithms and data structures problems in many languages
Stars: ✭ 1,021 (+634.53%)
Mutual labels:  algorithm, graph, data-structures
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+349.64%)
Mutual labels:  stack, linked-list, queue
Learn some algorithm and data structure
从零开始回顾一下最简单最基础的算法与数据结构
Stars: ✭ 38 (-72.66%)
1-60 of 2433 similar projects