diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | grid.cpp | 19 |
2 files changed, 1 insertions, 20 deletions
@@ -12,5 +12,5 @@ The main binary is called "klotski" and can by ran by issuing: $ ./klotski <file> I used Breadth First Search to find the first optimal solution, when found, the -main loop breaks out and halts the program. +main loop breaks out and halts the program (line 33 in main.cpp). @@ -74,22 +74,3 @@ void Grid::printMoves(void) cout << *iter; } - - - - - - - - - - - - - - - - - - - |