Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewThreeBST ¶
func NewThreeBST[T constraints.Ordered, D any]() *threeBST[T, D]
Types ¶
type NodeBST ¶ added in v0.5.0
type NodeBST[T constraints.Ordered, D any] interface { Value() T Data() D }
Click to show internal directories.
Click to hide internal directories.