From d9012a8bbda95de5e3b7b12a135d6c42f55d86ec Mon Sep 17 00:00:00 2001 From: Kamil Kaminski Date: Mon, 14 Mar 2011 02:30:40 -0500 Subject: do some more work --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..52e955b --- /dev/null +++ b/README @@ -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 + +I used Breadth First Search to find the first optimal solution, when found, the +main loop breaks out and halts the program. + -- cgit v1.2.3