1.0.1 • Published 3 years ago

@shlappas/balanced v1.0.1

Weekly downloads
87
License
MIT
Repository
github
Last release
3 years ago

balanced.js

A simple generic module that allows the manipulation of binary tree nodes via four rotation methods:

  • single left (AVL "LL" rotation)
  • single right (AVL "RR" rotation)
  • double left (AVL "LR" rotation)
  • double right (AVL "RL" rotation)

Installation

Just install it with your favourit package manager!

yarn

yarn add @shlappas/balanced

npm

npm install @shlappas/balanced