Computer Science, asked by krishnavenis764, 1 month ago

explain recursive solver​

Answers

Answered by prasannahatwar66
1

Answer:

Recursion is a method of solving problems that involves breaking a problem down into smaller and smaller subproblems until you get to a small enough problem that it can be solved trivially. Usually recursion involves a function calling itself.

Similar questions