|
|
| No such thing as a small change | |
| PerlMonks |
Re^2: Recursion: the Towers of Hanoi problemby insaniac (Friar) |
| on Oct 20, 2004 at 11:11 UTC ( #400818=note: print w/ replies, xml ) | Need Help?? |
|
well that's easy, the last 2 statements get executed when the algorithm is "rolling back" the loop. I mean: the last time the first movedisks statement is executed in the loop, it will start executing the last 2 statements from back to front (read: go over the loop from back to front)... that's what recursion is all about ;-) -- to ask a question is a moment of shame to remain ignorant is a lifelong shame
In Section
Tutorials
|
|
||||||||||||||||||||