diff options
author | Kamil Kaminski <kamilkss@gmail.com> | 2011-03-14 02:32:42 -0500 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-03-14 02:32:42 -0500 |
commit | a6660e6af95aa282f25570142516068d51cf7ce5 (patch) | |
tree | 29c49f3835615070f06cea5916398dd4f2f6f10c /README | |
parent | d9012a8bbda95de5e3b7b12a135d6c42f55d86ec (diff) | |
download | klotski-a6660e6af95aa282f25570142516068d51cf7ce5.tar.gz klotski-a6660e6af95aa282f25570142516068d51cf7ce5.tar.bz2 klotski-a6660e6af95aa282f25570142516068d51cf7ce5.zip |
kill some whitespace
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 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). |