
TL;DR
This paper introduces the Magnetic Tower of Hanoi, a modified puzzle where disks have two colors and must be flipped, revealing a new exponential complexity growth pattern and multiple solution algorithms.
Contribution
It presents the Magnetic Tower of Hanoi as a new variant with a base 3 move pattern and analyzes algorithms for minimizing moves across different rule sets.
Findings
MToH spans 'base 3' in move complexity.
Different rule sets lead to varied solution strategies.
The puzzle's structure offers mathematical elegance and complexity.
Abstract
In this work I study a modified Tower of Hanoi puzzle, which I term Magnetic Tower of Hanoi (MToH). The original Tower of Hanoi puzzle, invented by the French mathematician Edouard Lucas in 1883, spans "base 2". That is - the number of moves of disk number k is 2^(k-1), and the total number of moves required to solve the puzzle with N disks is 2^N - 1. In the MToH puzzle, each disk has two distinct-color sides, and disks must be flipped and placed so that no sides of the same color meet. I show here that the MToH puzzle spans "base 3" - the number of moves required to solve an N+1 disk puzzle is essentially three times larger than he number of moves required to solve an N disk puzzle. The MToH comes in 3 flavors which differ in the rules for placing a disk on a free post and therefore differ in the possible evolutions of the Tower states towards a puzzle solution. I analyze here…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsArt, Technology, and Culture · Digital Image Processing Techniques · Robotic Mechanisms and Dynamics
