Towers of Hanoi: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
m added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble.
Line 1: Line 1:
{{task|Classic CS problems and programs}}[[Category:Recursion]][[Category:Games]]
{{task|Classic CS problems and programs}}
[[Category:Recursion]]
In this task, the goal is to solve the [[wp:Towers_of_Hanoi|Towers of Hanoi]] problem with recursion.
[[Category:Games]]

;Task:
Solve the   [[wp:Towers_of_Hanoi|Towers of Hanoi]]   problem with recursion.
<br><br>


=={{header|360 Assembly}}==
=={{header|360 Assembly}}==