2.0.1 • Published 4 years ago

@datastructures-js/avl-tree v2.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

@datastructures-js/avl-tree

build:? npm npm npm

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