Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node[K constraints.Ordered, V any] struct { Value V // contains filtered or unexported fields }
Node structure
type Tree ¶
type Tree[K constraints.Ordered, V any] struct { // contains filtered or unexported fields }
AVL Tree (balanced tree) structure. Public methods are Add, Remove, Update, Search, DisplayTreeInOrder.
func (*Tree[K, V]) DisplayInOrder ¶
func (t *Tree[K, V]) DisplayInOrder()
Click to show internal directories.
Click to hide internal directories.