15 puzzle solver: Difference between revisions

Content added Content deleted
No edit summary
(Undo revision 306069 by Kaviyarasu (talk))
Line 2: Line 2:
Your task is to write a program that finds a solution in the fewest moves possible single moves to a random [[wp:15_puzzle|Fifteen Puzzle Game]].<br />
Your task is to write a program that finds a solution in the fewest moves possible single moves to a random [[wp:15_puzzle|Fifteen Puzzle Game]].<br />
For this task you will be using the following puzzle:<br />
For this task you will be using the following puzzle:<br />
<pre>5 1 4 8
<pre>15 14 1 6
9 6 3 11
9 11 4 12
10 2 15 7
0 10 7 3
13 14 12 0</pre>
13 8 5 2</pre>
<br />
<br />
Solution:<pre>
Solution:<pre>