Visualizes four classic tree traversal algorithms. Pre-order, In-order, and Post-order use recursive depth-first approach. Level-order uses a queue for breadth-first traversal.