Tree v1.1
----------

1 - tree_init()
2 - tree_clear()
3 - tree_insert()
4 - tree_delete()
5 - tree_find_node()
6 - tree_get_node_count()
7 - tree_proces()
M - MENU
P - Tree_Print()
E - END
Your choice: Your choice: 7
Tree is NOT initialized!

Your choice: Your choice: 1
Tree initialized successfuly.

Your choice: End of file.

