https://github.com/make-github-pseudonymous-again/js-avl-tree
:balance_scale: AVL trees for JavaScript
https://github.com/make-github-pseudonymous-again/js-avl-tree
agpl avl-tree balanced-binary-search-trees balanced-search-trees binary-search-trees binary-trees computer-science data-structures javascript search search-trees trees worst-case
Last synced: 4 months ago
JSON representation
:balance_scale: AVL trees for JavaScript
- Host: GitHub
- URL: https://github.com/make-github-pseudonymous-again/js-avl-tree
- Owner: make-github-pseudonymous-again
- License: agpl-3.0
- Created: 2020-10-26T11:32:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T13:53:48.000Z (over 4 years ago)
- Last Synced: 2025-01-18T15:53:42.714Z (5 months ago)
- Topics: agpl, avl-tree, balanced-binary-search-trees, balanced-search-trees, binary-search-trees, binary-trees, computer-science, data-structures, javascript, search, search-trees, trees, worst-case
- Language: JavaScript
- Homepage: https://aureooms.github.io/js-avl-tree
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:balance_scale: [@aureooms/js-avl-tree](https://aureooms.github.io/js-avl-tree)
==
![]()
User:Nomen4Omen
/
CC BY-SA 4.0AVL trees for JavaScript.
See [docs](https://aureooms.github.io/js-avl-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 = AVLTree.from( increasing , range( 100000 ) ) ;
```[](https://raw.githubusercontent.com/aureooms/js-avl-tree/main/LICENSE)
[](https://www.npmjs.org/package/@aureooms/js-avl-tree)
[](https://travis-ci.org/aureooms/js-avl-tree/branches)
[](https://david-dm.org/aureooms/js-avl-tree)
[](https://david-dm.org/aureooms/js-avl-tree?type=dev)
[](https://github.com/aureooms/js-avl-tree/issues)
[](https://www.npmjs.org/package/@aureooms/js-avl-tree)[](https://codeclimate.com/github/aureooms/js-avl-tree/issues)
[](https://codeclimate.com/github/aureooms/js-avl-tree/trends/churn)
[](https://codecov.io/gh/aureooms/js-avl-tree)
[](https://codeclimate.com/github/aureooms/js-avl-tree/trends/technical_debt)
[](https://aureooms.github.io/js-avl-tree/source.html)
[](https://bundlephobia.com/result?p=@aureooms/js-avl-tree)