Binary Tree | Operation |
---|---|
Fill creates a new tree with N nodes. Find searches for a node with value N. Ins inserts a new node with value N. Trav traverses the tree in ascending order. Del deletes the node with value N. (Type N into "Enter number" box.)
|