Binary Tree Traversal Visualizer


This project demonstrates Binary Tree Traversals using C++ and the graphics.h library. The tree structure is visualized, showing the sequence of node visits.

Features:

  • In-Order Traversal
  • Post-Order Traversal
  • Pre-Order Traversal

This project is part of my academic learning experience, helping to understand tree structures and traversal techniques.