Towers of Hanoi: Difference between revisions

Content added Content deleted
No edit summary
m (Use Template:Task instead of Template:Puzzle. The Puzzle template's meaning is rather vague, and there is probably a better way to handle that information.)
Line 1: Line 1:
{{puzzle}}[[Category:Recursion]][[Category:Games]][[Category:Classic CS problems and programs]]In this task, the goal is to solve the [[wp:Towers_of_Hanoi|Towers of Hanoi]] problem with recursion.
{{task}}[[Category:Recursion]][[Category:Games]][[Category:Classic CS problems and programs]]In this task, the goal is to solve the [[wp:Towers_of_Hanoi|Towers of Hanoi]] problem with recursion.


=={{header|ActionScript}}==
=={{header|ActionScript}}==