aureooms-es-red-black-tree

red-black tree library for JavaScript


Keywords
balanced binary search tree, bst, data structure, red-black tree, 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
License
AGPL-3.0
Install
npm install aureooms-es-red-black-tree@2.0.6

Documentation

🎄 @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