Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • BinaryTreeNode

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Optional left

Optional parent

parent: IBinaryTreeNode<T>

Optional right

right: IBinaryTreeNode<T>

val

val: T

Methods

copyTo

height

isBalanced

  • isBalanced(): boolean

parentSide

  • parentSide(): "left" | "right"

Generated using TypeDoc