The process of solving a problem by reducing it to smaller
versions itself is called _____
recursion
A definition in which something is defined
in terms of a smaller version of itself.
Recursive
“An algorithm that finds the solution to a
given problem by reducing the problem to smaller versions of itself
”
Recursive algorithm
“A method is called _____________ if it calls itself”.
directly recursive
“A methods that calls another method and eventually results in the
original method call is said to be___________”
indirectly recursive