Skip to main content
Lesson 15 - Recursion
Lesson MenuNext
  
Introduction page 1 of 9

Recursion is defined as the process of a subprogram calling itself as part of the solution to a problem. It is a problem solving technique which can turn a long and difficult solution into a compact and elegant answer. It can also solve problems that are very difficult to solve with a straightforward iterative solution.

The key topics for this lesson are:


Lesson MenuNext
Contact
 ©ICT 2003, All Rights Reserved.