Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAVLTree ¶
func NewAVLTree[T constraints.Ordered]() *avlTree[T]
func NewNode ¶
func NewNode[T constraints.Ordered](data T) *node[T]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.