Difference between revisions of "Recursion"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<noinclude> | <noinclude> | ||
=References= | |||
<references/> | |||
==Related Pages== | ==Related Pages== | ||
[[Category:Self reflection]] | |||
[[Category:Fixed point]] | |||
</noinclude> | </noinclude> |
Revision as of 06:24, 26 January 2022
Recursion is a reflexive structure that maps input to outputs in the following sense:
It is a reflexive structure and is the prototypical definition that defines fixed point.