Binary Tree

Problem Statement:

Visualize a Binary Tree: Insert nodes and traverse (Inorder, Preorder, Postorder).

Tree built with values: 10, 5, 15, 3, 7

Step 0: Empty tree.