All Projects → ctl → Similar Projects or Alternatives

944 Open source projects that are alternatives of or similar to ctl

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 (+205.71%)
Mutual labels:  set, tree, stack, queue, priority-queue, hashmap
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 (+2967.62%)
Mutual labels:  set, tree, stack, queue, priority-queue, deque
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 (+19.05%)
Mutual labels:  set, tree, stack, queue, priority-queue
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+974.29%)
Mutual labels:  set, tree, stack, queue, priority-queue
Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib
Stars: ✭ 18 (-82.86%)
Mutual labels:  tree, queue, hashmap, hashtable
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 (+10264.76%)
Mutual labels:  set, tree, stack, iterator
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+4129.52%)
Mutual labels:  tree, stack, queue, hashtable
AlgoDaily
just for fun
Stars: ✭ 118 (+12.38%)
Mutual labels:  tree, stack, queue, hashtable
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+485.71%)
Mutual labels:  set, tree, stack, queue
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (-47.62%)
Mutual labels:  stack, queue, hashmap, hashtable
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-83.81%)
Mutual labels:  stack, queue, iterator, deque
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-72.38%)
Mutual labels:  tree, stack, queue, hashmap
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 (+58.1%)
Mutual labels:  tree, stack, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+2421.9%)
Mutual labels:  stack, queue, priority-queue
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-60%)
Mutual labels:  stack, queue, priority-queue
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+2313.33%)
Mutual labels:  stack, queue, priority-queue
php-sorted-collections
Sorted Collections for PHP
Stars: ✭ 22 (-79.05%)
Mutual labels:  set, tree, iterator
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+82.86%)
Mutual labels:  stack, queue, hashmap
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-67.62%)
Mutual labels:  tree, stack, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-26.67%)
Mutual labels:  tree, stack, queue
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (-67.62%)
Mutual labels:  tree, stack, queue
quetie
🎀 Just the cutest and tiniest queue/deque implementation!
Stars: ✭ 111 (+5.71%)
Mutual labels:  stack, queue, deque
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-76.19%)
Mutual labels:  stack, queue, hashmap
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+134.29%)
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+299.05%)
Mutual labels:  tree, stack, 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 (-21.9%)
Mutual labels:  tree, stack, queue
Buckets Swift
Swift Collection Data Structures Library
Stars: ✭ 106 (+0.95%)
Mutual labels:  stack, queue, priority-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 (-49.52%)
Mutual labels:  tree, stack, queue
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+53.33%)
Mutual labels:  stack, queue, hashmap
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (+15.24%)
Mutual labels:  tree, stack, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+32.38%)
Mutual labels:  tree, stack, queue
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+69.52%)
Mutual labels:  tree, 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 (-38.1%)
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-66.67%)
Mutual labels:  tree, stack, queue
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+141.9%)
Mutual labels:  set, stack, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+78.1%)
Mutual labels:  tree, stack, queue
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-15.24%)
Mutual labels:  tree, stack, queue
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+341.9%)
Mutual labels:  tree, stack, queue
adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Stars: ✭ 33 (-68.57%)
Mutual labels:  stack, rbtree, hashtable
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (+49.52%)
Mutual labels:  set, stack, queue
shoki
Purely functional data structures in Java
Stars: ✭ 30 (-71.43%)
Mutual labels:  stack, queue, hashmap
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-58.1%)
Mutual labels:  stack, queue, hashtable
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-70.48%)
Data-structures
Data Structures in Java
Stars: ✭ 13 (-87.62%)
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-45.71%)
Mutual labels:  stack, queue
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (+9.52%)
Mutual labels:  stack, queue
Cs2223
This a repository for WPI CS2223 Algorithms D Term 2018
Stars: ✭ 121 (+15.24%)
Mutual labels:  stack, queue
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+58.1%)
Mutual labels:  stack, queue
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+124.76%)
Mutual labels:  stack, iterator
BasicExercises
📘 Personal basic practice test playground.
Stars: ✭ 84 (-20%)
Mutual labels:  tree, stack
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 (-69.52%)
Mutual labels:  stack, priority-queue
Advanced-Shortest-Paths-Algorithms
Java Code for Contraction Hierarchies Algorithm, A-Star Algorithm and Bidirectional Dijkstra Algorithm. Tested and Verified Code.
Stars: ✭ 63 (-40%)
Mutual labels:  priority-queue, verified
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (-18.1%)
Mutual labels:  tree, queue
scalable-concurrent-containers
High performance containers and utilities for concurrent and asynchronous programming
Stars: ✭ 101 (-3.81%)
Mutual labels:  tree, hashmap
ds
🔗 Common Data Structures and Algorithms
Stars: ✭ 40 (-61.9%)
Mutual labels:  tree, rbtree
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (-55.24%)
Mutual labels:  tree, stack
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 (+37.14%)
Mutual labels:  tree, queue
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+495.24%)
Mutual labels:  stack, queue
dslib
🌿 A library of "connected" data structures
Stars: ✭ 122 (+16.19%)
Mutual labels:  tree, stack
tree.hh
An STL-like C++ header-only tree library
Stars: ✭ 79 (-24.76%)
Mutual labels:  tree, stl-containers
1-60 of 944 similar projects