...

/

Recursion Types and Limit

Recursion Types and Limit

Learn about the usage of different types of recursion.

Types of recursion

There are two types of recursions:

  • Head recursion
  • Tail recursion

Head recursion

In this type of recursion, the recursive call is made before other processing in the function, as shown below:

Access this course and 1400+ top-rated courses and projects.