make-github-pseudonymous-again / js-splay-tree

:zipper_mouth_face: Splay trees for JavaScript

Home Page:https://aureooms.github.io/js-splay-tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splay trees for JavaScript. See docs. Parent is @aureooms/js-bst.

🏗️ Caveat emptor! This is work in progress. Code may be working. Documentation may be present. Coherence may be. Maybe.

let tree = SplayTree.from( increasing , range( 100000 ) ) ;

License Version Build Dependencies Dev dependencies GitHub issues Downloads

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

About

:zipper_mouth_face: Splay trees for JavaScript

https://aureooms.github.io/js-splay-tree

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%