2.0.1 • Published 6 years ago
@datastructures-js/avl-tree v2.0.1
@datastructures-js/avl-tree
A wraper around https://github.com/datastructures-js/binary-search-tree AvlTree
install
npm install --save @datastructures-js/avl-treerequire
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 buildLicense
The MIT License. Full License is here