binary-search-tree / red-black-tree

:christmas_tree: Red-black tree library for JavaScript

Home Page:https://binary-search-tree.github.io/red-black-tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:christmas_tree: Red-black tree library for JavaScript

https://binary-search-tree.github.io/red-black-tree

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 98.1%Language:Shell 1.9%