Computer Science, asked by shbo8665, 10 months ago

What is recursion and explain ?

Answers

Answered by twiIiqht
1

Recursion in computer science is a method of solving a problem where the solution depends on solutions to smaller instances of the same problem. The approach can be applied to many types of problems, and recursion is one of the central ideas of computer science.

Similar questions