@clarketm/superavltree

AVLTree with superpowers! 💪

Usage no npm install needed!

<script type="module">
  import clarketmSuperavltree from 'https://cdn.skypack.dev/@clarketm/superavltree';
</script>

README

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