Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BstNode<T>

The node type used by the binary search tree

Type parameters

  • T

Hierarchy

  • BstNode

Index

Constructors

Properties

Constructors

constructor

Properties

data

data: T

The data contained in the node.

left

left: BstNode<T> | undefined

right

right: BstNode<T> | undefined

Generated using TypeDoc