@clarketm/superavltree
v1.2.32
Published
AVLTree with superpowers! 💪
Downloads
8
Maintainers
Readme
AVLTree
AVLTree with superpowers! 💪
This data structure inherit all methods and properties from the
BinaryTree
.
Individual Module Installation
Yarn
$ yarn add @clarketm/superavltree
Npm
$ npm install @clarketm/superavltree --save
API
balanced: boolean
Determine if the tree is balanced