@clarketm/superavltree
Version:
AVLTree with superpowers! 💪
28 lines (16 loc) • 614 B
Markdown
# [AVLTree](https://www.npmjs.com/package/@clarketm/superavltree)
[](https://www.npmjs.com/package/@clarketm/superavltree)
AVLTree with superpowers! 💪
> This data structure inherit **all** methods and properties from the [`BinaryTree`](https://github.com/clarketm/super/tree/master/packages/BinaryTree#readme).
## Individual Module Installation
### Yarn
```bash
$ yarn add @clarketm/superavltree
```
### Npm
```bash
$ npm install @clarketm/superavltree --save
```
## API
### `balanced: boolean`
Determine if the tree is balanced