why i’m getting wrong answer ?
Tower of hanoi wrong answer
@dhairya16 There are two mistakes in your code.
First mistake is in line 20, change it to
towerOfHanoi(n,‘A’,‘B’,‘C’);
Second mistake is the printing mistake in line 13. Please change it to
cout<<"Moving ring “<<n<<” from “<<src<<” to "<<dest<<endl;
1 Like
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.