InterviewSolution
Saved Bookmarks
| 1. |
Explain recursion in a way that a non-technical person may comprehend. |
|
Answer» Let’s understand this question in a way our grandmother can GET by following points-
Suppose you are typing recursion in a web browser and it comes “Did you mean: recursion”? Click on that message. It will appear again. Now click again and there it is again. Click it….Ok enough. This PROCESS is recursion. |
|