🏗️ Tower of Hanoi

Classic Mathematical Puzzle Visualization

How it Works

This visualization shows the optimal solution to the Tower of Hanoi puzzle. The goal is to move all disks from tower A to tower C, using tower B as auxiliary. Watch as each move is executed step by step, following the recursive algorithm that guarantees the minimum number of moves: 2^n - 1 where n is the number of disks.

Current Configuration

Disks: 1

Total Moves: 1

Minimum Moves: 1

Move 0
A
1
B
C
Move 1
A
B
C
1