Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalancedBinaryTree ¶
func New ¶
func New[T cmp.Ordered](value T) *BalancedBinaryTree[T]
func (*BalancedBinaryTree[T]) Insert ¶
func (b *BalancedBinaryTree[T]) Insert(val T)
Click to show internal directories.
Click to hide internal directories.