Mouse
- Click a cell/element to select
- Use the input UI (numbers/marks/lines) to apply
- Right click/secondary action: mark or erase (if supported)
하노이의 탑
Move the entire stack to another peg—one disk at a time, never on a smaller disk.
Deceptively simple rules with a clean mathematical core—watch your move count drop as you learn the pattern.
Transfer all disks from the start peg to the target peg, following the size-order rule.
The Tower of Hanoi is widely believed to have been invented in 1883 by the French mathematician Édouard Lucas, though details of its origin have been debated.
For the classic three-peg puzzle, the shortest solution length is fixed, and the move pattern is essentially determined.
Because moving the largest disk requires clearing n−1 disks first, which recursively doubles the work.
Try 3–5 disks to learn the pattern, then increase.