🎄 @aureooms/js-red-black-tree
import {from} from '@aureooms/js-red-black-tree';
import {increasing} from '@aureooms/js-compare';
import {range} from '@aureooms/js-itertools';
let tree = from( increasing , range( 100000 ) ) ;
Red-black tree library for JavaScript. See documentation. Parent is @aureooms/js-bst.