Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryTree ¶
type BinaryTree struct {
Root *Node
}
func NewBinaryTree ¶
func NewBinaryTree(root *Node) *BinaryTree
func NewBinaryTreeInstance ¶
func NewBinaryTreeInstance() *BinaryTree
func (*BinaryTree) Add ¶
func (bt *BinaryTree) Add(data Object)
func (*BinaryTree) LevelOrder ¶
func (bt *BinaryTree) LevelOrder()
Click to show internal directories.
Click to hide internal directories.