Tail recursion: Difference between revisions

Content deleted Content added
Condensed wording
Undid revision 286978753 by 67.53.37.220 (talk) - "space-time" has a specific meaning, and recursion isn't cosmology.
Line 44:
return 6
 
into the more space-time [[Algorithmic efficiency|efficient]] variant, both in terms of space and time:
 
call factorial (3)