Jump to content

Recursive algorithm

From Simple English Wikipedia, the free encyclopedia
Revision as of 06:49, 30 November 2011 by 99.109.200.100 (talk) (Created page with "A recursive algorithm is a function that tells itself to do something, resulting in it running over and over on smaller and smaller inputs. At the end, it gives back a value.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A recursive algorithm is a function that tells itself to do something, resulting in it running over and over on smaller and smaller inputs. At the end, it gives back a value.