<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Mathematical Puzzle on Adnatull's Blog</title><link>https://adnatull.github.io/tags/mathematical-puzzle/</link><description>Recent content in Mathematical Puzzle on Adnatull's Blog</description><image><title>Adnatull's Blog</title><url>https://adnatull.github.io/images/logo.jpg</url><link>https://adnatull.github.io/images/logo.jpg</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 29 Jan 2018 16:08:41 +0000</lastBuildDate><atom:link href="https://adnatull.github.io/tags/mathematical-puzzle/index.xml" rel="self" type="application/rss+xml"/><item><title>The Tower of Hanoi Solution</title><link>https://adnatull.github.io/dev/2018/01/29/the-tower-of-hanoi-solution/</link><pubDate>Mon, 29 Jan 2018 16:08:41 +0000</pubDate><guid>https://adnatull.github.io/dev/2018/01/29/the-tower-of-hanoi-solution/</guid><description>&lt;h3 id="definition"&gt;Definition:&lt;/h3&gt;
&lt;p&gt;The Tower of Hanoi problem is a puzzle which can be solved by mathematically and can be implemented in programming code as well. The tower is also called &lt;strong&gt;Tower of Brahma&lt;/strong&gt; or &lt;strong&gt;Lucas&amp;rsquo; Tower&lt;/strong&gt;. In this, game there are three pegs and one one of them hold &lt;strong&gt;n&lt;/strong&gt; disks. &lt;strong&gt;n&lt;/strong&gt; disks are ordered from higher radius to lower radius from the bottom to top.&lt;/p&gt;
&lt;!-- more --&gt;
&lt;p&gt;&lt;img alt="The Tower of Hanoi" loading="lazy" src="https://adnatull.github.io/dev/2018/01/29/the-tower-of-hanoi-solution/hanoi-10ring.jpg"&gt;&lt;/p&gt;</description></item></channel></rss>