Recursion (computer science): Difference between revisions

Content deleted Content added
m recursion link gag (kind of like what google does)
Tags: Reverted Visual edit
Reverted good faith edits by HeladeraD (talk): Ha ha. But no.
Line 12:
[[File:Sierpinski triangle turtle.gif|thumb|Recursive drawing of a Sierpiński Triangle through turtle graphics.]]
 
In [[computer science]], '''[[Recursion (computer science)|recursion]]''' is a method of solving a [[computational problem]] where the solution depends on solutions to smaller instances of the same problem.<ref>{{cite book
|author-last1 = Graham
|author-first1 = Ronald