Jump to content

Recursive algorithm

From Simple English Wikipedia, the free encyclopedia
Revision as of 16:45, 12 March 2013 by Addbot (talk | changes) (Bot: 17 interwiki links moved, now provided by Wikidata on d:q264164)

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.