Tail recursion: Difference between revisions

Content deleted Content added
Simplify intro, deferring much stuff to Tail call, and remove now-duplicated section on "Discussion"
Make the page a redirect - remaining text not yet deleted, but everything was moved
Line 1:
#REDIRECT [[Tail call]]
{{merge|Tail call|discuss=Talk:Tail recursion#Should be merged with Tail call|date=July 2010}}
In [[computer science]], '''tail recursion''' (or '''tail-end recursion''') is a special case of [[Recursion_(computer_science)|recursion]] in which all recursive calls are [[tail call]]s.