Presentations | English
The process of defining a problem can be called recursion. It is a computer programming technique. Problems are broken down into smaller and repetitive. Time complexity is lowered by recursion. It reduces the time needed to write code. In programming languages if a program allows you to call a function inside the same function, it is called a recursive call of the function. Calculating the factorial of a number, generating Fibonacci series etc are mathematical problems. Recursion is used to solve these problems. The connected presentation gives more details. Please see.
10.50
Lumens
PPTX (42 Slides)
Presentations | English