powered by
This function uses the recursive algorithm to solve the Tower of Hanoi puzzle, and demonstrates the game in animation.
tower_of_hanoi(n = 7)
an integer indicating the number of disks on the rot.
This function was written by Linlin Yan <linlin.yan@cos.name> in a Chinese forum (See 'References') to show the usage of recursive algorithm.
Original code: https://d.cosx.org/d/101199
About the Tower of Hanoi: https://en.wikipedia.org/wiki/Tower_of_Hanoi
barplot
# NOT RUN { tower_of_hanoi(7) # }
Run the code above in your browser using DataLab