Question: Need this algorithm in iterative function using mathlab. Hani of Towers function hanoi (n,A, B,c) if n==1 fprintf ( ' %d de %d-> %d '
function hanoi (n,A, B,c) if n==1 fprintf ( ' %d de %d-> %d ' , n, A, C) ; else hanoi (n-1,A, C, B) fprintf ( ' %d de hanoi (n-1, B, A, C) %d-> %d ' , n, A, C) ; end end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
