Recursion (computer science): Difference between revisions

Content deleted Content added
Undid revision 1200596235 by ChappJack (talk)
m recursion link gag (kind of like what google does)
Tags: Reverted Visual edit
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