Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BinaryTree ¶
func GenerateBinaryTreeFromSortedArray ¶
func GenerateBinaryTreeFromSortedArray(a []int) BinaryTree
func (*BinaryTree) Insert ¶
func (bt *BinaryTree) Insert(value int)
func (*BinaryTree) Search ¶
func (bt *BinaryTree) Search(value int) *Node
func (*BinaryTree) Traverse ¶
func (bt *BinaryTree) Traverse()
Click to show internal directories.
Click to hide internal directories.