Recursion (computer science): Difference between revisions

Content deleted Content added
Abednigo (talk | contribs)
m sp: eventualy->eventually
Line 112:
 
====Single-Test Tail Recursion====
If we are sure that the function will find what it's looking for eventualyeventually, we can omit the first test and only test if the result has been found. The template in [[Common Lisp]] would be:
 
(DEFUN ''func'' (X)