@datastructures-js/avl-tree
v2.0.1
Published
avl tree implementation in javascript
Downloads
28
Maintainers
Readme
@datastructures-js/avl-tree
A wraper around https://github.com/datastructures-js/binary-search-tree AvlTree
install
npm install --save @datastructures-js/avl-tree
require
const AvlTree = require('@datastructures-js/avl-tree');
import
import AvlTree from '@datastructures-js/avl-tree';
API
https://github.com/datastructures-js/binary-search-tree#construction
Build
grunt build
License
The MIT License. Full License is here