Source: wikibot/super-recursive-algorithm

= Super-recursive algorithm
{wiki=Super-recursive_algorithm}

A super-recursive algorithm is a concept that extends beyond classical recursive algorithms, which are typically defined as algorithms that call themselves to solve a problem. The distinction of super-recursive algorithms lies in their ability to perform computations in ways that are not limited to the traditional recursive framework.