1.0.0 • Published 3 years ago

@shlappas/rotating-tree v1.0.0

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

rotating-tree.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 favourite package manager!

yarn

yarn add @shlappas/rotating-tree

npm

npm install @shlappas/rotating-tree