Jump to content

Recursive algorithm

From Simple English Wikipedia, the free encyclopedia
Revision as of 12:48, 30 November 2011 by OrashmatashBot I (talk | changes) (r2.7.2) (Robot: Adding bar, ca, cs, de, en, es, fa, fr, it, kk, ko, pt, ru, sv, vi, zh)

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.