Answers

Question and Answer:

  Home  Programming Algorithms

⟩ State recursion and its different types?

Recursion is the name given to the technique of defining a set or a process in terms of itself. There are essentially two types of recursion. The first type concerns recursively defined function and the second type of recursion is the recursive use of a procedure.

 189 views

More Questions for you: