Binary Tree Visualizer

Create and visualize binary tree structures with an interactive builder

Input Format Help
  • 10 - Creates a root node with value 10
  • 10(5,15) - Root node 10 with left child 5 and right child 15
  • 10(5(3,7),15) - Nested structure with additional children