Recursion

From PKC
Revision as of 13:48, 26 August 2022 by Benkoo (talk | contribs) (Text replacement - "{{#ev:youtube |" to "{{#widget:YouTube |id=")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Superb explanations

To get a general understanding of this topic, watch these videos[1][2].



References

  1. Reducible, ed. (Dec 12, 2019). 5 Simple Steps for Solving Any Recursive Problem. local page: Reducible. 
  2. Brailsford, David (Sep 22, 2017). Programming Loops vs Recursion - Computerphile. local page: Computerphile. 

Related Pages