From a6660e6af95aa282f25570142516068d51cf7ce5 Mon Sep 17 00:00:00 2001 From: Kamil Kaminski Date: Mon, 14 Mar 2011 02:32:42 -0500 Subject: kill some whitespace --- README | 2 +- grid.cpp | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/README b/README index 52e955b..d2feb39 100644 --- a/README +++ b/README @@ -12,5 +12,5 @@ The main binary is called "klotski" and can by ran by issuing: $ ./klotski 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). diff --git a/grid.cpp b/grid.cpp index 50d59b3..ff3e6df 100644 --- a/grid.cpp +++ b/grid.cpp @@ -74,22 +74,3 @@ void Grid::printMoves(void) cout << *iter; } - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3