Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryTree ¶
type BinaryTree[T constraints.Ordered] struct { // contains filtered or unexported fields }
func (*BinaryTree[T]) Add ¶
func (b *BinaryTree[T]) Add(value T)
func (*BinaryTree[T]) IsExist ¶
func (b *BinaryTree[T]) IsExist(value T) bool
func (*BinaryTree[T]) MultiAddd ¶
func (b *BinaryTree[T]) MultiAddd(values []T)
Click to show internal directories.
Click to hide internal directories.