<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Sumit Sahrawat, Maths & Computing,
      IIT (BHU) schreef op 19-2-2015 om 18:27:<br>
    </div>
    <blockquote
cite="mid:CAJbEW8N4wOSuPCEhj4hh74HTyfovepk2hpgxpaEFFcKiPHE1PA@mail.gmail.com"
      type="cite">
      <div dir="ltr">What you did recursively is ...
        <div>
          <ul>
            <li>Move (n - 1) from peg1 to peg3</li>
            <li>Move 1 from peg1 to peg3</li>
            <li>Move (n - 1) from peg1 to peg3</li>
          </ul>
          <div>.. which is not what you want. Keep thinking, you will
            get it.</div>
          <div>Some things to consider:</div>
        </div>
        <div>
          <ul>
            <li>Distribute the discs on two intermediates.</li>
            <li>Keep track of the order in which discs are assembled on
              the intermediates.</li>
          </ul>
        </div>
      </div>
    </blockquote>
    <br>
    Thanks, <br>
    <br>
    I thought I found a way of doing this so back to the drawing board. 
    :( <br>
    <br>
    Roelof<br>
    <br>
  </body>
</html>