<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how do I show steps of tower of hanoi in table form using sas 9.4? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-do-I-show-steps-of-tower-of-hanoi-in-table-form-using-sas-9/m-p/457605#M284466</link>
    <description>&lt;P&gt;hello there. I am a new learner of SAS 9.4. recently, my assignment requires me to create coding, showing the movement of solving the tower of hanoi using array and macro. I totally have no idea of how the iteration should look like. Can anyone lend me a hand?&lt;/P&gt;&lt;P&gt;The output table should be like this for moving 2 disks from rod1 to rod3:&lt;/P&gt;&lt;P&gt;obs&amp;nbsp; &amp;nbsp;rod1&amp;nbsp; &amp;nbsp;rod2&amp;nbsp; &amp;nbsp;rod3&amp;nbsp; &amp;nbsp;count&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;</description>
    <pubDate>Thu, 26 Apr 2018 05:24:02 GMT</pubDate>
    <dc:creator>kellyshum</dc:creator>
    <dc:date>2018-04-26T05:24:02Z</dc:date>
    <item>
      <title>how do I show steps of tower of hanoi in table form using sas 9.4?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-do-I-show-steps-of-tower-of-hanoi-in-table-form-using-sas-9/m-p/457605#M284466</link>
      <description>&lt;P&gt;hello there. I am a new learner of SAS 9.4. recently, my assignment requires me to create coding, showing the movement of solving the tower of hanoi using array and macro. I totally have no idea of how the iteration should look like. Can anyone lend me a hand?&lt;/P&gt;&lt;P&gt;The output table should be like this for moving 2 disks from rod1 to rod3:&lt;/P&gt;&lt;P&gt;obs&amp;nbsp; &amp;nbsp;rod1&amp;nbsp; &amp;nbsp;rod2&amp;nbsp; &amp;nbsp;rod3&amp;nbsp; &amp;nbsp;count&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 05:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-do-I-show-steps-of-tower-of-hanoi-in-table-form-using-sas-9/m-p/457605#M284466</guid>
      <dc:creator>kellyshum</dc:creator>
      <dc:date>2018-04-26T05:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: how do I show steps of tower of hanoi in table form using sas 9.4?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-do-I-show-steps-of-tower-of-hanoi-in-table-form-using-sas-9/m-p/457869#M284467</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Jiangtang/Programming-SAS/blob/master/ODS/Creating%20Markup%20Language%20Tagsets%20%20Examples/hanoi.sas" target="_blank"&gt;https://github.com/Jiangtang/Programming-SAS/blob/master/ODS/Creating%20Markup%20Language%20Tagsets%20%20Examples/hanoi.sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 18:38:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-do-I-show-steps-of-tower-of-hanoi-in-table-form-using-sas-9/m-p/457869#M284467</guid>
      <dc:creator>HB</dc:creator>
      <dc:date>2018-04-26T18:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: how do I show steps of tower of hanoi in table form using sas 9.4?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-do-I-show-steps-of-tower-of-hanoi-in-table-form-using-sas-9/m-p/457997#M284468</link>
      <description>That is very useful. Thank you so much</description>
      <pubDate>Fri, 27 Apr 2018 00:23:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-do-I-show-steps-of-tower-of-hanoi-in-table-form-using-sas-9/m-p/457997#M284468</guid>
      <dc:creator>kellyshum</dc:creator>
      <dc:date>2018-04-27T00:23:40Z</dc:date>
    </item>
  </channel>
</rss>

