15 puzzle solver: Difference between revisions

Undo revision 306069 by Kaviyarasu (talk)
No edit summary
(Undo revision 306069 by Kaviyarasu (talk))
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 />
For this task you will be using the following puzzle:<br />
<pre>515 114 41 86
9 611 34 1112
0 10 2 7 15 73
13 148 125 02</pre>
<br />
Solution:<pre>
7,820

edits