Recursion (computer science): Difference between revisions

Content deleted Content added
Undid revision 1123266135 by 185.106.31.96 (talk): better keep the 2 sentences apart
Add link to Recursion
Line 1:
{{Short description|Use of functions that call themselves}}
 
{{About|recursive approaches to solving problems|proofs by recursion|Mathematical induction|recursion in computer science acronyms|Recursive acronym#Computer-related examples{{!}}Recursive acronym § Computer-related examples}}
{{About|recursive approaches to solving problems
|proofs by recursion|Mathematical induction
{{About|recursive approaches to solving problems|proofs by recursion|Mathematical induction|recursion in computer science acronyms|Recursive acronym#Computer-related examples{{!}}Recursive acronym § Computer-related examples}}
|general use of the term|Recursion}}
 
 
{{Use dmy dates|date=March 2020|cs1-dates=y}}
[[File:recursiveTree.JPG|thumb|300px|Tree created using the [[Logo (programming language)|Logo programming language]] and relying heavily on recursion. Each branch can be seen as a smaller version of a tree.]]