Topic: "self-balancing-trees"
Crypto-toolbox/HFT-Orderbook
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C
Language: C - Size: 291 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 892 - Forks: 253

IvanPinezhaninov/IntervalTree
A red-black self-balancing interval tree
Language: C++ - Size: 85.9 KB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 29 - Forks: 7

phillipberndt/bostree
A C implementation of a self-balancing order statistic AVL tree
Language: C - Size: 52.7 KB - Last synced at: 5 days ago - Pushed at: almost 8 years ago - Stars: 17 - Forks: 1

zwilias/elm-tree
:deciduous_tree: Implementation of self-balancing trees in Elm
Language: Elm - Size: 99.6 KB - Last synced at: about 2 months ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 0

btrekkie/RedBlackNode
Java implementation of augmented red-black trees. Easily maintain custom augmentation information by subclassing RedBlackNode: the base class does the work for you.
Language: Java - Size: 285 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

Henrik-Peters/Red-Black-Tree
Generic red-black tree implementation for self-balancing binary search trees
Language: C++ - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

danieldotwav/Red-Black-Tree
A short program that implements a Red-Black Tree in C++, offering a balanced binary search tree with operations for insertion, deletion, and traversal, ensuring optimal search times and balanced tree structure.
Language: C++ - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

bondeje/dtlib
A small package of basic data structures and algorithms; currently focusing on BinaryTrees and structures that utilize BinaryTrees. This is very much in development, but please take a look at the README.md and tell me what you think
Language: Python - Size: 356 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Daksh2060/avl-tree-text-analyzer
A C++ project implementing a self-balancing AVL tree for efficient word frequency counting. This program analyzes text files, finds unique words, tracks word occurrences, and prints results in alphabetical order for ease of viewing.
Language: C++ - Size: 93.8 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

anthony7586/Data-Structures
Classical data structures: C++: vector, linked list, stack, queue, binary search tree, and graph representations. Worst-case analysis, amortized analysis, and big-O notation. Object-oriented and recursive implementation of data structures. Self-resizing vectors and self-balancing trees. Empirical performance measurement.
Size: 752 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Biunovich/AVLTree
Implementation of AVL tree in pure C.
Language: C - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

xzheng97/safe_malloc
This program is a special version of the malloc and free library routines that checks on common heap allocation and usage mistakes.
Language: C - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

aklsh/self-balancing-tree
Implementing self-balancing trees with AVL Trees.
Language: C++ - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

deepaktiwari88/Self-Balancing-BSTs
A self-balancing binary search tree is any node-based binary search tree that automatically keeps its height (maximal number of levels below the root) small in the face of arbitrary item insertions and deletions.
Language: C++ - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

varunnayal15112/Optimized-Phone-Directory
Created a Phone Directory using AVL tree (self-balancing tree) in C++ using File Handling to store the Phone Numbers.
Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

federicoB/RedBlackTree
self-balancing binary research tree
Language: Java - Size: 72.3 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1

FcoManueel/self-balancing-tree
B+ self-balancing tree implementation using C++
Language: C++ - Size: 148 KB - Last synced at: almost 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0
