Creates an instance of BSTree. Pass comparing function.
compare function
root
Find minimal element in the tree
Insert value from binary tree
Insert new binary tree node to a subtree
Remove an element from the tree
Remove root element
Search element in the binary tree
Traverse breath first
Traverse breath first for subtree
Treverse depth first
Traverse depth first for a subtree
Generated using TypeDoc
Binary Search Tree