Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

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

binary-search-tree42AGPL-3.010.0.1

Red-black tree library for JavaScript

balanced binary search tree, bst, data structure, red-black tree

readme

: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 Dev dependencies GitHub issues Downloads

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