Aim

The aim of the Tower of Hanoi is to move a stack of disks from one rod to another, following specific rules: only one disk can be moved at a time, a disk can only be placed on top of a larger disk or an empty rod, and all disks must be moved in the minimum number of moves.