...

/

What is Recursion?

What is Recursion?

Get introduced to the concept of recursion.

Introduction to recursion

Suppose you are standing in a line to buy a movie ticket. You want to know the price of the ticket, but only the first person in line knows the price.

You can approach the first person and ask him the price directly. However, if you leave the line, someone else will take your place. Therefore, you will have to use the following approach. ...