Term of the Moment

crypto hacking


Look Up Another Term


Redirected from: recursive

Definition: recursion


In programming, the ability of a subroutine or program module to call itself. Recursion is used to write routines that solve problems by repeatedly processing the output of the same process. See recurse subdirectories, circular reference and recursive descent parser.