https://github.com/make-github-pseudonymous-again/js-splay-tree
:zipper_mouth_face: Splay trees for JavaScript
https://github.com/make-github-pseudonymous-again/js-splay-tree
agpl amortized binary-search-trees binary-trees computer-science data-structures dynamic-optimality javascript search search-trees splay-tree trees
Last synced: 2 months ago
JSON representation
:zipper_mouth_face: Splay trees for JavaScript
- Host: GitHub
- URL: https://github.com/make-github-pseudonymous-again/js-splay-tree
- Owner: make-github-pseudonymous-again
- License: agpl-3.0
- Created: 2020-10-24T18:18:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T11:30:03.000Z (about 4 years ago)
- Last Synced: 2025-01-18T15:53:43.403Z (4 months ago)
- Topics: agpl, amortized, binary-search-trees, binary-trees, computer-science, data-structures, dynamic-optimality, javascript, search, search-trees, splay-tree, trees
- Language: JavaScript
- Homepage: https://aureooms.github.io/js-splay-tree
- Size: 4.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:zipper_mouth_face: [@aureooms/js-splay-tree](https://aureooms.github.io/js-splay-tree)
==
Splay trees for JavaScript.
See [docs](https://aureooms.github.io/js-splay-tree).
Parent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).> :building_construction: Caveat emptor! This is work in progress. Code may be
> working. Documentation may be present. Coherence may be. Maybe.```js
let tree = SplayTree.from( increasing , range( 100000 ) ) ;
```[](https://raw.githubusercontent.com/aureooms/js-splay-tree/main/LICENSE)
[](https://www.npmjs.org/package/@aureooms/js-splay-tree)
[](https://travis-ci.org/aureooms/js-splay-tree/branches)
[](https://david-dm.org/aureooms/js-splay-tree)
[](https://david-dm.org/aureooms/js-splay-tree?type=dev)
[](https://github.com/aureooms/js-splay-tree/issues)
[](https://www.npmjs.org/package/@aureooms/js-splay-tree)[](https://codeclimate.com/github/aureooms/js-splay-tree/issues)
[](https://codeclimate.com/github/aureooms/js-splay-tree/trends/churn)
[](https://codecov.io/gh/aureooms/js-splay-tree)
[](https://codeclimate.com/github/aureooms/js-splay-tree/trends/technical_debt)
[](https://aureooms.github.io/js-splay-tree/source.html)
[](https://bundlephobia.com/result?p=@aureooms/js-splay-tree)