Anonymous recursion: Difference between revisions

Content added Content deleted
(Switch from draft to complete task)
(better category)
Line 1: Line 1:
{{task|Control Structures}}
{{task|Recursion}}
While implementing a recursive function, it often happens that we must resort to
While implementing a recursive function, it often happens that we must resort to
a separate "helper function" to handle the actual recursion.
a separate "helper function" to handle the actual recursion.