Briefly explain recursive algorithm.

Recursive algorithm targets a problem by dividing it into smaller, manageable sub-problems. The output of one recursion after processing one sub-problem becomes the input to the next recursive process.

0
Sujan Bk
Jan 9, 2022
More related questions

Questions Bank

View all Questions