red-black-tree
There are 438 repositories under red-black-tree topic.
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
0voice/algorithm-structure
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
justcoding121/advanced-algorithms
100+ algorithms & data structures generically implemented in C#
js-sdsl/js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
MichaelJWelsh/cdsa
A library of generic intrusive data structures and algorithms in ANSI C
fpga2u/AXOrderBook
A股订单簿工具,使用逐笔行情进行订单簿重建、千档快照发布、各档委托队列展示等,包括python模型和FPGA HLS实现。
frptools/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.
zrwusa/data-structure-typed
Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.
bokkypoobah/BokkyPooBahsRedBlackTreeLibrary
BokkyPooBah's Red-Black Binary Search Tree Library
hashicorp/go-set
The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data
tinloaf/ygg
An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!
jingedawang/Algorithms
Java implementation for Introduction to Algorithms book.
zarif98sjs/RedBlackTree-An-Intuitive-Approach
Demystifying Red Black Trees
chen0040/lua-algorithms
Lua algorithms library that covers commonly used data structures and algorithms
5cript/interval-tree
A C++ header only interval tree implementation.
ugurcsen/gods-generic
GoDS-Generic (Go Generic Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
igrmk/treemap
Generic sorted map for Go with red-black tree under the hood
recp/ds
🔗 Common Data Structures and Algorithms
Anwarvic/extra-collections
extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.
pavlosdais/Abstract-Data-Types
A set of efficient data structures in C, created in a generic way
jserv/rbtree
A red-black tree implementation
ShadowsocksR-Live/cstl
STL style library with red-black tree implementation in C
Silvochka/algorithms
Popular algorithms on C#, data structures and solutions for Cracking the Code Interview
SvenWoltmann/binary-tree
Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).
navjindervirdee/data-structures
Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree, B-Tree.
cschen1205/cs-algorithms
Package cs-algorithms provides C# implementation of algorithms for data structures and manipulation, as well as graph and string processing
bokkypoobah/chadex
Fully on-chain orderbook ERC-20/ERC-20 DEX using Red-Black Trees and Queues (WIP)
Mopriestt/red_black_tree_collection
This Dart library offers high performance Red-Black Tree based Set and Map data structures that provide ordered collections with efficient search, insertion, and deletion operations.
starkdg/reventis
Fast spatio-temporal system to index events.
zhangshun97/Lock-free-Red-black-tree
Implementation of lock-free red-black tree using CAS
IvanPinezhaninov/IntervalTree
A red-black self-balancing interval tree
dmcmanam/bbst-showdown
Fast AVL Trees & WAVL Trees in Java
mity/c-reusables
Collection of highly reusable C utilities.
zmiimz/fortran_notes
simple and hopefully useful snippets in modern fortran
0xShady/fancy_tree
Stop printing your tree the ugly way.
dotnwat/persistent-rbtree
Persistent red-black tree in C++