towers-of-hanoi
Java applet for Tower of Hanoi
I am planning to write a Java applet for Tower 开发者_开发百科of Hanoi similar to link( http://www.mazeworks.com/hanoi/index.htm )[详细]
2022-12-31 04:37 分类:问答Scaling an iterative, bitwise algorithm to solve the Towers of Hanoi using X discs and Y towers
I like the algorithm mentioned开发者_StackOverflow in this question: \"How does this work? Weird Towers of Hanoi Solution\"[详细]
2022-12-25 01:28 分类:问答linear towers of hanoi
I have a question on the linear Towers of Hanoi. I implemented it in C++ but am trying to do the same using the tail recursive or iterative method. I am having trouble with my algorithm.[详细]
2022-12-09 03:50 分类:问答