Magnetic Towers of Hanoi and their Optimal Solutions
Uri Levy

TL;DR
This paper explores the Magnetic Tower of Hanoi puzzle's various pre-coloring configurations, identifies optimal algorithms for each, and proves their optimality, revealing diverse solutions and complexity measures.
Contribution
It introduces and analyzes multiple sister-puzzles of the Magnetic Tower of Hanoi, providing optimal algorithms and proving their optimality for each configuration.
Findings
Optimal algorithms for each pre-colored puzzle identified
The solution for the N-disk Colored Tower uses (3^N - 1)/2 moves
The overall puzzle's optimal solution has a move ratio limit of 20/33
Abstract
The Magnetic Tower of Hanoi puzzle - a modified "base 3" version of the classical Tower of Hanoi puzzle as described in earlier papers, is actually a small set of independent sister-puzzles, depending on the "pre-coloring" combination of the tower's posts. Starting with Red facing up on a Source post, working through an Intermediate - colored or Neutral post, and ending Blue facing up on a Destination post, we identify the different pre-coloring combinations in (S,I,D) order. The Tower's pre-coloring combinations are {[(R,B,B) / (R,R,B)] ; [(R,B,N) / (N,R,B)] ; [(N,B,N) / (N,R,N)] ; [R,N,B] ; [(R,N,N) / (N,N,B)] ; [N,N,N]}. In this paper we investigate these sister-puzzles, identify the algorithm that optimally solves each pre-colored puzzle, and prove its Optimality. As it turns out, five of the six algorithms, challenging on their own, are part of the algorithm solving the "natural",…
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
TopicsDigital Image Processing Techniques · Graph Labeling and Dimension Problems · Graph Theory and Algorithms
