Jump to content

Recursive algorithm

From Simple English Wikipedia, the free encyclopedia
Revision as of 17:49, 29 March 2015 by Fylbecatulous (talk | changes) (wikilink to article instead of dab page...)

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.