sonic-forest
v1.0.3
Published
High-performance (binary) tree and sorted map implementation (AVL, Splay, Radix, Red-Black)
Downloads
773,483
Maintainers
Readme
Sonic Forest
High performance (binary) tree and sorted map implementation for JavaScript in TypeScript.
Features
- AVL tree implementation
- AVL sorted map implementation
- AVL sorted set implementation
- Radix tree implementation
- Splay tree implementation
- Red-black tree insertion implementation