aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update and rename README to README.mdHEADmasterNathan Perry2016-10-112-19/+15
* update docs, remove testing scriptsNathan Perry2016-10-057-63/+2
* yank the old machinery for checking if an ancestor had seen a stateNathan Perry2016-10-052-20/+1
* fix dfsNathan Perry2016-10-055-18/+31
* optimize a*Nathan Perry2016-10-041-8/+10
* add another extension. probably going to be unusedNathan Perry2016-10-044-2/+48
* try out Max heuristicNathan Perry2016-10-042-2/+8
* write a few other (much-improved) heuristicsNathan Perry2016-10-049-17/+71
* fix manhattan distance, update readme, implement cars_in_between heuristicNathan Perry2016-10-045-9/+30
* implement a* with manhattan distance heuristicNathan Perry2016-10-047-9/+66
* merged state and puzzle classes and fixed implementations accordinglyNathan Perry2016-10-048-97/+67
* rewrite to use static config objects and generate new puzzles for each stateNathan Perry2016-10-048-91/+158
* update READMENathan Perry2016-10-042-11/+11
* update documentationNathan Perry2016-10-0411-35/+52
* actually use bfs again (fast solutions)Nathan Perry2016-10-043-11/+17
* move search strategies into subpackageNathan Perry2016-10-0411-23/+42
* most everything fixed (more or less)Nathan Perry2016-10-047-31/+34
* fixing a lot of stuffNathan Perry2016-10-049-48/+81
* adding bsearch to idsNathan2016-10-032-8/+27
* add move annotation to reportNathan2016-10-034-28/+25
* add json examplesNathan2016-10-034-3/+176
* ids added and working, bfs brokenNathan Perry2016-10-035-44/+101
* working implementation, adding IDSNathan Perry2016-10-038-31/+98
* sticking with oo approach for now. still have weird bounds checking.Nathan Perry2016-10-029-46/+90
* possibly ditching oo approachNathan Perry2016-10-024-14/+47
* rename traffic to puzzle and fix check methodNathan Perry2016-10-026-67/+99
* convert to json-based configuration from yamlNathan Perry2016-10-025-10/+7
* started on a readmeNathan Perry2016-09-261-0/+7
* a bit of cleanup (fix forward/back tuple stuff)Nathan Perry2016-09-261-12/+16
* done for today. main data structures mostly worked outNathan Perry2016-09-268-4/+219
* initial commitNathan Perry2016-09-253-0/+102