1. Insert data into the tree
2. Inorder traversal of the tree
3. preorder traversal of the tree
4. Postorder traversal of the tree
5. Find the minimum key in the tree
6. Find the maximum key in the tree
7. Search a key in the tree
8. Size of tree
9. Delete a key from the tree
10. Exit from the program
Enter your selection: 
