<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'search algorithmn for 8 puzzles' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'search algorithmn for 8 puzzles' posted on the 'C#' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 04:35:56 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 04:35:56 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/394587/search-algorithmn-for-8-puzzles/</link>
      <description>Hi all, I'm doing a program to implement Depth First Search, Breadth first search, hill climbing and best first search. i do not know how to continue to do the hill climbing and best first search. Another thing is my program will keep on looping if it cannot find the solution (DFS, BFS). anyone can help on this?&lt;br /&gt;
&lt;br&gt;&lt;br&gt;&lt;strong&gt;Attachment:&lt;/strong&gt; &lt;a href="http://www.programmersheaven.com/mb/DownloadAttachment.aspx?AttachmentID=779"&gt;8_Puzzles.zip&lt;/a&gt; (227397 bytes | downloaded 673 times)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/394587/search-algorithmn-for-8-puzzles/</guid>
      <pubDate>Mon, 03 Aug 2009 06:41:36 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408423/re-search-algorithmn-for-8-puzzles/#408423</link>
      <description>hi if you solve the looping problem with this program can you please send it to me?</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408423/re-search-algorithmn-for-8-puzzles/#408423</guid>
      <pubDate>Tue, 27 Oct 2009 13:51:23 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408457/re-search-algorithmn-for-8-puzzles/#408457</link>
      <description>i used a if statement to control only. for example if the stack more than 500, exit the loop&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408457/re-search-algorithmn-for-8-puzzles/#408457</guid>
      <pubDate>Wed, 28 Oct 2009 05:15:58 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408459/re-search-algorithmn-for-8-puzzles/#408459</link>
      <description>I've updated the program with new search.&lt;br /&gt;
Please download the latest version.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408459/re-search-algorithmn-for-8-puzzles/#408459</guid>
      <pubDate>Wed, 28 Oct 2009 05:19:38 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408467/re-search-algorithmn-for-8-puzzles/#408467</link>
      <description>please send to me the latest virsion of this code&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408467/re-search-algorithmn-for-8-puzzles/#408467</guid>
      <pubDate>Wed, 28 Oct 2009 08:08:43 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408471/re-search-algorithmn-for-8-puzzles/#408471</link>
      <description>just click the download button. I've already upload it.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408471/re-search-algorithmn-for-8-puzzles/#408471</guid>
      <pubDate>Wed, 28 Oct 2009 08:35:20 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408472/re-search-algorithmn-for-8-puzzles/#408472</link>
      <description>sorry I download the latest virsion of this code, please help me i want to enter goal state manually ,then i want to print out the time spent for each search .Then  for each itration in each search print out the the numbers remaining in the queue .then print out the largest size of the queue (space complexty) .&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408472/re-search-algorithmn-for-8-puzzles/#408472</guid>
      <pubDate>Wed, 28 Oct 2009 08:39:51 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408473/re-search-algorithmn-for-8-puzzles/#408473</link>
      <description>Sorry. I'm not doing all these. Case closed.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408473/re-search-algorithmn-for-8-puzzles/#408473</guid>
      <pubDate>Wed, 28 Oct 2009 09:14:18 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408476/re-search-algorithmn-for-8-puzzles/#408476</link>
      <description>please please help me i want only how to enter goal state manually ?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408476/re-search-algorithmn-for-8-puzzles/#408476</guid>
      <pubDate>Wed, 28 Oct 2009 10:12:08 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408478/re-search-algorithmn-for-8-puzzles/#408478</link>
      <description>Did you try to compile and run my code? It's all inside.&lt;br /&gt;
Make sure you have Visual Studio 2008 with .NET 3.5 SP1 installed and Visual Basic Power Pack 3 installed to compile it.&lt;br /&gt;
&lt;br /&gt;
To get VS Power Pack :&lt;br /&gt;
http://www.microsoft.com/Downloads/details.aspx?FamilyID=371368a8-7fdc-441f-8e7d-fe78d96d4063&amp;amp;displaylang=en&lt;br /&gt;
&lt;br /&gt;
* Please go through the coding. It's all inside. Including manual state and log file of generated state. (using the 4 algorithmns I mentioned)&lt;br /&gt;
&lt;br /&gt;
If you find this post and code is useful please credit :)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408478/re-search-algorithmn-for-8-puzzles/#408478</guid>
      <pubDate>Wed, 28 Oct 2009 10:45:01 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408480/re-search-algorithmn-for-8-puzzles/#408480</link>
      <description>Thank you very much .I do all of that but when run the program no solution found.&lt;br /&gt;
but when  i trace the code  i can not find the desired state.&lt;br /&gt;
yes i can generate or manually enter curren states.&lt;br /&gt;
the thing what i want to enter desired(goal) states manually then generate  current states then do the search to achive desired goal states.&lt;br /&gt;
please,please help me.I am begining with this and thank you very much again.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408480/re-search-algorithmn-for-8-puzzles/#408480</guid>
      <pubDate>Wed, 28 Oct 2009 10:58:57 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408481/re-search-algorithmn-for-8-puzzles/#408481</link>
      <description>Please check under frm8Puzzles.cs&lt;br /&gt;
it's set during form load.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408481/re-search-algorithmn-for-8-puzzles/#408481</guid>
      <pubDate>Wed, 28 Oct 2009 11:15:59 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408482/re-search-algorithmn-for-8-puzzles/#408482</link>
      <description>Thank you very much again . I understand what you mean &lt;br /&gt;
but what i want like this&lt;br /&gt;
suppose that the generate states are &lt;br /&gt;
1 2 4&lt;br /&gt;
0 6 3&lt;br /&gt;
5 8 7&lt;br /&gt;
&lt;br /&gt;
Then I want to make search to achieve the following goal states &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1 2 4&lt;br /&gt;
5 0 3&lt;br /&gt;
6 7 8&lt;br /&gt;
&lt;br /&gt;
please help me and thank you very much.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408482/re-search-algorithmn-for-8-puzzles/#408482</guid>
      <pubDate>Wed, 28 Oct 2009 11:34:06 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408488/re-search-algorithmn-for-8-puzzles/#408488</link>
      <description>just change the value as u like in the desired goal, before form load.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408488/re-search-algorithmn-for-8-puzzles/#408488</guid>
      <pubDate>Wed, 28 Oct 2009 12:20:24 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408490/re-search-algorithmn-for-8-puzzles/#408490</link>
      <description>thank you very much i want to enter these states by the user please help me&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408490/re-search-algorithmn-for-8-puzzles/#408490</guid>
      <pubDate>Wed, 28 Oct 2009 12:31:18 -0700</pubDate>
      <category>C#</category>
    </item>
    <item>
      <title>Re: search algorithmn for 8 puzzles</title>
      <link>http://www.programmersheaven.com/mb/csharp/394587/408492/re-search-algorithmn-for-8-puzzles/#408492</link>
      <description>Sorry. You need to do it yourself. I wont do any update for this code anymore. It's just very simple modification as I've already provided completed source code. Good time for you to learn. Good Luck.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/394587/408492/re-search-algorithmn-for-8-puzzles/#408492</guid>
      <pubDate>Wed, 28 Oct 2009 12:35:53 -0700</pubDate>
      <category>C#</category>
    </item>
  </channel>
</rss>