Commit Graph

10 Commits

Author SHA1 Message Date
Stephen McQuay e512dc0b9c shouldn't have used an optional param 2012-10-31 23:12:27 -07:00
Stephen McQuay 291b12d9b1 arbirary maze sizes 2012-10-31 22:33:50 -07:00
Stephen McQuay b5443cb424 unified stdin/file solving 2012-10-31 22:33:30 -07:00
Stephen McQuay e7d56df745 added script for single file (to assist with debug) 2012-10-30 23:23:14 -07:00
Stephen McQuay 66a370b634 started to think about solving the maze 2012-10-30 22:29:47 -07:00
Stephen McQuay cd7c65fc33 do one thing, do it well
this script should only be used to solve the puzzle and print the solution if
one is found.

I will do this by returning 0, and printing the solution to stdout, or
returning 1 on failure
2012-10-25 22:37:56 -07:00
Stephen McQuay 1c5994791c renamed scripts 2012-10-25 22:33:58 -07:00
Stephen McQuay 51571a83cf added testing, using pipes 2012-10-25 22:32:44 -07:00
Stephen McQuay 360668c4d3 implemented parsing and printing of mazes 2012-10-25 22:05:38 -07:00
Stephen McQuay 612fb5f38e part 1 2012-10-25 21:33:35 -07:00