1 / 9

Multi-Peg Towers of Hanoi

Multi-Peg Towers of Hanoi. By Krüz Kalke Summer 2014. Overview. Three-Peg Puzzle Four-Peg Puzzle Example Multi-Peg Puzzle Example My Current Research. Three-Peg Puzzle. The goal is to move the stack of disks from the starting peg to the destination peg Rules:

melina
Télécharger la présentation

Multi-Peg Towers of Hanoi

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Multi-Peg Towers of Hanoi By Krüz Kalke Summer 2014

  2. Overview • Three-Peg Puzzle • Four-Peg Puzzle • Example • Multi-Peg Puzzle • Example • My Current Research

  3. Three-Peg Puzzle • The goal is to move the stack of disks from the starting peg to the destination peg • Rules: • Only one disk can be moved at a time • Only the topmost disk on a stack may be moved • Larger disks cannot be placed on smaller disks

  4. Four-Peg Puzzle • With more pegs, less moves are required • The Frame-Stewart algorithm is the presumed optimal solution: • Move k upper disks to temporary peg using four pegs • Move bottom disks to destination peg using remaining three pegs • Move previous k disks to destination using four pegs

  5. Four-Peg Puzzle Example

  6. Multi-Peg Puzzle The previous algorithm works for any number of pegs Each splitting of the stack reduces the number of available pegs by one An open problem is how to decide the optimal k-values at each step

  7. Multi-Peg Puzzle Example

  8. My Current Research Analyze algorithm used in Robert Swartz’s Towers of Hanoi applet Verify correctness of his approach Analyze pattern of optimal k-values given by Swartz’s algorithm Attempt to find a closed-form solution that generates k-values given any number of disks and pegs

  9. Acknowledgments Multipeg Towers of Hanoi Applet by Robert J. Swartz [2014] – www.mathapplets.net “On the Frame-Stewart Algorithm for the Tower of Hanoi” by Michael Rand [2009] – www2.bc.edu/~grigsbyj/Rand_Final.pdf

More Related