@shlappas/balanced
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i @shlappas/balanced

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

14.9 kB

Total Files

8

Last publish

Collaborators

  • shlappas