Recursion (computer science): Difference between revisions

Content deleted Content added
m revert - no need for that
=: Video HD
Tags: Reverted Mobile edit Mobile web edit
Line 110:
Indirect recursion is also called [[mutual recursion]], which is a more symmetric term, though this is simply a difference of emphasis, not a different notion. That is, if ''f'' calls ''g'' and then ''g'' calls ''f,'' which in turn calls ''g'' again, from the point of view of ''f'' alone, ''f'' is indirectly recursing, while from the point of view of ''g'' alone, it is indirectly recursing, while from the point of view of both, ''f'' and ''g'' are mutually recursing on each other. Similarly a set of three or more functions that call each other can be called a set of mutually recursive functions.
 
===Anonymous recursionsex HD
===
{{main|Anonymous recursion}}