Showing 1-20 of 25 packages
Binary Search Trees
This is RBTree's server infra
This is RBTree's common infra
Keep a tree trimmed from longer-than-necessary branches
Database with observable data for live queries
A Red-Black Tree with a generic interface for TypeScript
red-black-tree
An implementation of a Red-Black Tree for node.js
Binary Search Trees
A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.
A javascript implementation of red-black-tree
这是一个用 TypeScript 实现的红黑树 (RBTree) 和基于红黑树的树映射 (TreeMap) 的 npm 包。该实现提供了高效的插入、删除、搜索操作,并支持键值对存储。
Left Leaning Red Black BST
Foundation data structures and utilities for spot market trading bookkeeping, backtesting, and algorithmic trading
Red-black tree module.
### 树: ``` BinaryTree: 二叉树顶层抽象类。 NormalBinaryTree: 普通二叉树。 RedBlackTree:红黑树【自平衡树】。
A red black tree implementation in js.
A fully persistent balanced binary search tree. Typed version
A collection of various useful container datastructures.