1.2.32 • Published 5 years ago

@clarketm/superavltree v1.2.32

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

AVLTree

NPM release

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