recursion
nounA method of defining a sequence of objects, such as an expression, function, or set, where some number of initial objects are given and each successive object is defined in terms of the preceding objects. The Fibonacci sequence is defined by recursion.
nounA set of objects so defined.
nounA rule describing the relation between an object in a recursive sequence in terms of the preceding objects.
nounThe property of languages in which a structure, such as a phrase or clause, may form a part of a larger structure of the same kind, allowing for a potentially infinite variety of constructions.
nounReturn.
nounThe act of recurring; return.
nounThe act of
The act of defining an object (usually a function) in terms of that object itself.
nounThe calling of a function from within that same function.
