Utilisateur
a method that calls itself.
the type of approach used to produce a solution to a problem using looping as opposed to using recursion.
a problem-solving method that breaks a problem’s solution into smaller instances of the same problem.
the number of times that a recursive method calls itself.
excess computation time when one problem-solving approach is used in lieu of another.
a picture that is created by using infinite copies of itself.
the cases in a recursive method that make recursive calls.
recursion which occurs when a method calls another method that eventually results in the original method being called again.
the product of all the integers from 1 up to and including a given integer.
the case in a recursive method that does not make a recursive call.