I am facing a little difficulty in solving recusion probs on my own like I am unable to think how I will count tower of hanoi steps for a few days now…
I want to know if when solving recursion qs we need to understand what goes on each cycle or what do we even think
All the videos I have been watching on recursion explain something else instead of what really happens when we go into the recursive cycle. They think up basic steps and the soln works but when we I go into the cycle a diff work of what is said being done
If u can help me just how to think…