Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 2.67 KB

README.md

File metadata and controls

31 lines (26 loc) · 2.67 KB

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