Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAVLNode

Hierarchy

  • IAVLNode

Implemented by

Index

Properties

height

height: number

left

left: AVLNode | null

parent

parent: AVLNode | null

right

right: AVLNode | null

Methods

_delete

_insert

_updateKey

checkisAVLT

  • checkisAVLT(): void

createLeftChild

createRightChild

createSimilar

getAVLNodeFromKey

returnThisAVL

  • returnThisAVL(): this

Generated using TypeDoc