<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lasha Kakhidze</title>
    <description>The latest articles on DEV Community by Lasha Kakhidze (@kaxi1993).</description>
    <link>https://dev.to/kaxi1993</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F77205%2Fc65dce2d-e7fa-41a9-b31c-899659520461.jpeg</url>
      <title>DEV Community: Lasha Kakhidze</title>
      <link>https://dev.to/kaxi1993</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaxi1993"/>
    <language>en</language>
    <item>
      <title>Solving 8 puzzle problem using  A* algorithm</title>
      <dc:creator>Lasha Kakhidze</dc:creator>
      <pubDate>Tue, 18 Jun 2019 19:45:01 +0000</pubDate>
      <link>https://dev.to/kaxi1993/solving-8-puzzle-problem-using-a-algorithm-1683</link>
      <guid>https://dev.to/kaxi1993/solving-8-puzzle-problem-using-a-algorithm-1683</guid>
      <description>&lt;p&gt;This is a &lt;strong&gt;react&lt;/strong&gt; web app which solves 8 Puzzle problem using A* algorithm. Maybe someone will find this project useful for his  university homework.&lt;/p&gt;

&lt;p&gt;See the github repo below 👇&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/kaxi1993"&gt;
        kaxi1993
      &lt;/a&gt; / &lt;a href="https://github.com/kaxi1993/8puzzle"&gt;
        8puzzle
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Solving 8 puzzle problem using  A* algorithm
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
8 Puzzle&lt;/h1&gt;
&lt;p&gt;React web app which solves &lt;strong&gt;8 Puzzle&lt;/strong&gt; problem using A* algorithm&lt;/p&gt;
&lt;h2&gt;
Visualization&lt;/h2&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://camo.githubusercontent.com/932ff6f136419d3673e6237edbae1c70486e1f68/687474703a2f2f6b617869313939332e6769746875622e696f2f696d616765732f70726f6a656374732f3870757a7a6c652f67616d652e676966"&gt;&lt;img src="https://camo.githubusercontent.com/932ff6f136419d3673e6237edbae1c70486e1f68/687474703a2f2f6b617869313939332e6769746875622e696f2f696d616765732f70726f6a656374732f3870757a7a6c652f67616d652e676966" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
Installation&lt;/h2&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;git clone https://github.com/kaxi1993/8puzzle.git&lt;/pre&gt;&lt;/div&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;&lt;span class="pl-c1"&gt;cd&lt;/span&gt; 8puzzle&lt;/pre&gt;&lt;/div&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;npm i&lt;/pre&gt;&lt;/div&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;npm start&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/kaxi1993/8puzzle"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>react</category>
      <category>algorithms</category>
      <category>8puzzle</category>
      <category>astar</category>
    </item>
  </channel>
</rss>
