Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryTree ¶
type BinaryTree struct {
// contains filtered or unexported fields
}
func NewBinaryTree ¶
func NewBinaryTree() *BinaryTree
func (*BinaryTree) Delete ¶
func (t *BinaryTree) Delete(data Element)
func (*BinaryTree) Insert ¶
func (t *BinaryTree) Insert(data Element) bool
func (*BinaryTree) Max ¶
func (t *BinaryTree) Max() Element
func (*BinaryTree) Min ¶
func (t *BinaryTree) Min() Element
func (*BinaryTree) String ¶
func (t *BinaryTree) String() string
Click to show internal directories.
Click to hide internal directories.