Computer Science, asked by afreenafu2005, 3 months ago

what is the recursive problem solving​

Answers

Answered by Sly01
42

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.

Explanation:

HOPE IT HELPS

Answered by sachinkumar1812
2

Answer:

Recursion

Explanation:

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