Introduction - If you have any usage issues, please Google them yourself
Recursive algorithm: a call directly or indirectly, its own algorithm. In computer programming, a recursive algorithm to solve a large class of problems is very effective, it is often the description of the algorithm simple and easy to understand.