<< PREV NEXT >>
African Fractals
Background 3: Recursion

In each iteration we do the same process, replacing lines with miniature versions of the original seed, and then bringing the output in as the input for the next iteration.

We often refer to a process in which outputs are used as inputs as a "recursive loop."