StableRBTree

Red black tree library

An implementation of a stable data structure based on Red Black Trees in the Motoko programming language.

Stable Red Black Trees in Motoko

GitHub

3 stars
3 watching
2 forks
Language: Motoko
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
canscale/stablebuffer A Motoko library implementing stable, persistent buffers with a standardized API 12
canscale/stableheapbtreemap A library implementing a functional BTree data structure 5
canscale/linkedlist A library providing stable and mutable singly and doubly linked list implementations in Motoko. 2
canscale/stablehashmap Provides persistent, stable hash map implementations in Motoko 14
nycto/rbtreenim A library implementing a balanced binary search tree data structure with customizable key extraction and comparison functions. 23
sardariuss/motokostablebtree A stable B-tree data structure implementation in Motoko for storing and retrieving key-value pairs. 10
tyre/red_black_tree An implementation of a data structure for ordered key-value stores with efficient lookup and insertion capabilities. 38
begeekmyfriend/bplustree A minimal B+Tree indexing structure implementation for efficient key-value storage 1,863
shmh40/detectreergb A repository containing scripts and notebooks to analyze tree crown delineation from RGB imagery and LiDAR data, including methods for analyzing mortality rates and carbon stocks. 35
chenyan2002/motoko-splay A library implementing a data structure used to efficiently retrieve and insert elements in a binary search tree. 1
bgamari/b-tree An implementation of an immutable B-tree data structure optimized for disk storage and efficient querying. 116
yohasebe/rsyntaxtree Generates graphical syntax trees for linguistic research using Ruby 99
vidalt/ba-trees Transforms random forests into minimal-size trees with the same prediction function across the entire feature space. 64
battelle/cantordust A plugin for reverse engineering tool Ghidra that aids in visualizing patterns in binary data 350
johnstonskj/rml-decisiontrees An implementation of decision trees for classification in Racket machine learning. 4