15 puzzle solver: Difference between revisions

Content added Content deleted
m (added syntax colouring the hard way)
Line 2,360: Line 2,360:


</pre>
</pre>
===Literate Programming===
I think I used the same algorithm as Nigel Galloway, but I'm still not sure I understood his C++ code. For anyone who also had trouble understanding, I thoroughly explained how everything works in [http://kenogo.org/literate_programming/15_puzzle_solver.pdf this literate program].


=={{header|C++}}==
=={{header|C++}}==