Explanation
Recursive algorithms use function calls to solve a problem by breaking it down into smaller sub-problems. They can be useful for solving problems that have a recursive structure, but can be less efficient than iterative solutions due to the overhead of function calls.
โฌ Related Topic
๐ Syllabus
View KERALA UNIVERSITY Class 3 Syllabus โ
๐ Practice Questions
Practice Previous Year Questions โ
๐ค Practice with AI
Generate Practice Question Paper โ