Recursion

Author: Nikhil

Added: November 24, 2010

Views: 287

Downloads: 1

| Share

Organisation/Institute: -

Categories:

Tags: , , , , ,

Description:

A recursive function is a function that calls itself. Some problems can be easily solved by using
recursion, such as when you are dividing a problem into sub- problems with similar natures.