0
how is recursion used?
2 Respuestas
+ 1
There are many possibilities. For example, I used it in program for finding way out of the labyrinth. It goes random way in the next iteration and if there is no way, program revert to a last possible place.
0
How?
Just call a method inside its declaration block.