+ 1
How a recursive function work? ?
plss explain with tower of hanoi problem
4 Respuestas
+ 2
Hello, Ayan Sharma !
A function is recursive if its definition contains a call to the function itself.
Recursion is the main and most effective way of organizing repetitive computations in functional programming.
+ 2
Ayan Sharma,
Could you attach your code here, and then people can help you.
0
sir i can't dry run tower of hanoi problem can u explain