Recursion in java for beginners part-1
What is recursion?
In simple words we can say that recursion is a method that calls itself.
Why recursion?
It helps us solving bigger and complex problems in an easy way.
Solving a problem directly with iterative approach(using loops) is difficult ...
akashdevblog.hashnode.dev4 min read