GA
Southern England| Monikko | recursions |
The act of recurring.
A visual form of recursion known as the Droste effect. The woman in this image holds an object that contains a smaller image of her holding an identical object, which in turn contains a smaller image of herself holding an identical object, and so forth. 1904 Droste cocoa tin, designed by Jan Misset.
(mathematics) The act of defining an object (usually a function) in terms of that object itself.
Tree fractal created using the Logo programming language and relying heavily on recursion. Each branch can be seen as a smaller version of a tree.
(programming) The invocation of a procedure from within itself.
Recursive drawing of a Sierpiński Triangle through turtle graphics