<p dir="ltr"><br>
On Feb 17, 2015 10:18 AM, "Roelof Wobben" <<a href="mailto:r.wobben@home.nl">r.wobben@home.nl</a>> wrote:<br>
><br>
> This part I understand well. <br>
><br>
> So you could do something like this:<br>
><br>
> hanoi n 1 2 3 <br>
>    | n = 0 -> moves the last disk to the goal peg <br>
>    | n != 0 -> moves all the other disk to the spare peg or to the  moves n -1 to the goal peg </p>
<p dir="ltr">What does n represent here? </p>