All Projects → DEPRECATED-data-structures → Similar Projects or Alternatives

585 Open source projects that are alternatives of or similar to DEPRECATED-data-structures

Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (-4.31%)
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-98.72%)
Mutual labels:  stack, queue, heap, hash-table
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-96.64%)
Mutual labels:  stack, queue, trie, heap
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-98.41%)
Mutual labels:  stack, queue, trie, priority-queue
DSA
Data Structures and Algorithms
Stars: ✭ 13 (-99.51%)
Mutual labels:  queue, heap, segment-tree, union-find
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-98.34%)
Mutual labels:  stack, queue, trie, heap
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (-96%)
Mutual labels:  stack, queue, trie, priority-queue
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (-82.97%)
Mutual labels:  stack, queue, trie, heap
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 (-93.73%)
Mutual labels:  stack, queue, trie, heap
AlgoDaily
just for fun
Stars: ✭ 118 (-95.54%)
Mutual labels:  stack, queue, trie
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 (+21.64%)
Mutual labels:  stack, queue, priority-queue
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (-80.74%)
Mutual labels:  stack, queue, heap
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (-76.77%)
Mutual labels:  stack, queue, heap
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 (-97.55%)
Mutual labels:  stack, queue, trie
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-97.85%)
Mutual labels:  stack, queue, heap
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+67.71%)
Mutual labels:  stack, queue, heap
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 (-87.88%)
Mutual labels:  stack, queue, priority-queue
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-93.92%)
Mutual labels:  stack, queue, heap
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (-93.28%)
Mutual labels:  stack, queue, trie
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (-57.4%)
Mutual labels:  stack, queue, priority-queue
Cs2223
This a repository for WPI CS2223 Algorithms D Term 2018
Stars: ✭ 121 (-95.43%)
Mutual labels:  stack, queue, heap
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 (-95.28%)
Mutual labels:  stack, queue, priority-queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (-96.03%)
Mutual labels:  stack, queue, priority-queue
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (-92.75%)
Mutual labels:  stack, queue, heap
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (-82.48%)
Mutual labels:  stack, queue, heap
Heapify
The fastest JavaScript priority queue out there. Zero dependencies.
Stars: ✭ 520 (-80.36%)
Mutual labels:  queue, priority-queue, heap
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 (-94.56%)
Mutual labels:  queue, trie, segment-tree
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-99.06%)
Mutual labels:  stack, queue, heap
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (-97.92%)
Mutual labels:  stack, queue
fastrq
Queue, Stack and Priority Queue built on Redis.
Stars: ✭ 15 (-99.43%)
Mutual labels:  stack, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-97.09%)
Mutual labels:  stack, queue
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-98.72%)
Mutual labels:  stack, queue
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-98.83%)
Mutual labels:  stack, queue
adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Stars: ✭ 33 (-98.75%)
Mutual labels:  stack, heap
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-99.36%)
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 (-98%)
Mutual labels:  stack, queue
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (-96.75%)
Mutual labels:  stack, heap
Data-structures
Data Structures in Java
Stars: ✭ 13 (-99.51%)
Mutual labels:  stack, queue
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (-90.41%)
Mutual labels:  stack, queue
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (-84.18%)
Mutual labels:  stack, queue
Problem-Solving
contains all coding interview practice problems, data structures and algorithms implementations. 👨‍💻👨‍💻💥 🚩
Stars: ✭ 14 (-99.47%)
Mutual labels:  stack, linkedlist
shoki
Purely functional data structures in Java
Stars: ✭ 30 (-98.87%)
Mutual labels:  stack, queue
Competitive Coding
Contains Solution for all type of Problems of Competitive Programming. Updates Frequently as any problem is solved.
Stars: ✭ 16 (-99.4%)
Mutual labels:  stack, heap
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (-76.81%)
Mutual labels:  stack, queue
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (-76.4%)
Mutual labels:  stack, queue
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (-79.27%)
Mutual labels:  stack, queue
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 (-98.79%)
Mutual labels:  stack, 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 (-96.9%)
Mutual labels:  stack, queue
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (-95.66%)
Mutual labels:  stack, queue
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-95.43%)
Mutual labels:  stack, 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 (-98%)
Mutual labels:  stack, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-94.75%)
Mutual labels:  stack, queue
Java Ds Algorithms
Data Structures and Algorithms in Java
Stars: ✭ 125 (-95.28%)
Mutual labels:  stack, trie
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (-94.07%)
Mutual labels:  stack, queue
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-98.9%)
Mutual labels:  stack, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-92.94%)
Mutual labels:  stack, queue
quetie
🎀 Just the cutest and tiniest queue/deque implementation!
Stars: ✭ 111 (-95.81%)
Mutual labels:  stack, queue
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-98.68%)
Mutual labels:  stack, queue
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (-93.73%)
Mutual labels:  stack, queue
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (-99.4%)
Mutual labels:  stack, heap
1-60 of 585 similar projects