diff options
author | Kamil Kaminski <kamilkss@gmail.com> | 2011-03-14 02:30:40 -0500 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-03-14 02:30:40 -0500 |
commit | d9012a8bbda95de5e3b7b12a135d6c42f55d86ec (patch) | |
tree | 1e5f296df7e03a12ef3ca9322184bb1bd3fb924b /README | |
parent | a06be0da905b493497749ebe8495a80e6ef26e32 (diff) | |
download | klotski-d9012a8bbda95de5e3b7b12a135d6c42f55d86ec.tar.gz klotski-d9012a8bbda95de5e3b7b12a135d6c42f55d86ec.tar.bz2 klotski-d9012a8bbda95de5e3b7b12a135d6c42f55d86ec.zip |
do some more work
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +# Kamil Kaminski +# NetID: kkamin8 +# +# CS340 +# Project 3, Sliding Block Puzzles +# + +Project can be compiled by issuing: +$ make + +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. + |