@apexds/bst
v1.1.1
Published
Fast, type-safe Binary Search Trees (BST & RandBST). Zero-dependency data structures engineered for massive datasets and low-latency lookups.
Downloads
59
Maintainers
Readme
@apexds/bst
Fast, type-safe Binary Search Trees (BST & RandBST). Zero-dependency data structures engineered for massive datasets and low-latency lookups.
Documentation
Detailed documentation is available at:
https://raikuxq-algorithms.netlify.app/guide/data-structures/bsts
Installing
Install by using any of these commands:
yarn add @apexds/bstnpm install @apexds/bst --save
Core lib
Core (implementation, tests, docs): @apexds/core
