21 Commits (master)
 

Author SHA1 Message Date
Stephen McQuay e512dc0b9c shouldn't have used an optional param 11 years ago
Stephen McQuay dc10e85274 added random unsolvable 8x8x8 maze 11 years ago
Stephen McQuay a8691bbd55 added large unsolvable 11 years ago
Stephen McQuay 4f97c2c6d1 added large solvable maze 11 years ago
Stephen McQuay 291b12d9b1 arbirary maze sizes 11 years ago
Stephen McQuay b5443cb424 unified stdin/file solving 11 years ago
Stephen McQuay 5f3384d4f2 deal with windows files too 11 years ago
Stephen McQuay 091232a21c fix to keep track of path 11 years ago
Stephen McQuay c0be71036d renamed const 11 years ago
Stephen McQuay d20f51b986 pep8 fixings 11 years ago
Stephen McQuay 684afb8d52 added unsolvable maze for testing 11 years ago
Stephen McQuay 52801d8ad7 fixed solving of maze 11 years ago
Stephen McQuay 85e8be1bfa stuck somewhere in recurionland 11 years ago
Stephen McQuay e7d56df745 added script for single file (to assist with debug) 11 years ago
Stephen McQuay 66a370b634 started to think about solving the maze 11 years ago
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
11 years ago
Stephen McQuay 1c5994791c renamed scripts 11 years ago
Stephen McQuay 51571a83cf added testing, using pipes 11 years ago
Stephen McQuay 8505476cbb fixed shallow copy problem 11 years ago
Stephen McQuay 360668c4d3 implemented parsing and printing of mazes 11 years ago
Stephen McQuay 612fb5f38e part 1 11 years ago