New idea
A sequence that calls itself
RECURSION is when a process's definition INCLUDES a smaller version of itself. It sounds circular, but it works — as long as there's a STOP point (the "base case").
A sequence that contains a smaller copy of itself — recursion.
New idea
RECURSION is when a process's definition INCLUDES a smaller version of itself. It sounds circular, but it works — as long as there's a STOP point (the "base case").