February 2018
Intermediate to advanced
552 pages
13h 46m
English
We can implement recursion in different ways. However, we are considering only the following two types:
Tail-recursion is one form of recursion technique. We can say a recursive call is tail-recursive, when a recursive call is the last thing executed by that function and it does nothing after that, just returns its value.
Read now
Unlock full access