binary-search-tree / red-black-tree

:christmas_tree: Red-black tree library for JavaScript
https://binary-search-tree.github.io/red-black-tree
GNU Affero General Public License v3.0
1 stars 0 forks source link
agpl balanced-binary-search-trees balanced-search-trees binary-search-trees binary-trees computer-science data-structures javascript red-black-tree search search-trees trees worst-case

:christmas_tree: @binary-search-tree/red-black-tree

import {from} from '@binary-search-tree/red-black-tree';
import {increasing} from '@total-order/primitive';
import {range} from '@iterable-iterator/range';
let tree = from( increasing , range( 100000 ) ) ;

Red-black tree library for JavaScript. See documentation. Parent is js-bst.

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size