Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add basic documentationHEADmasterArthur de Jong2016-11-134-3/+143
* Add testsArthur de Jong2016-11-121-1/+100
* Remove scoringArthur de Jong2016-11-121-14/+1
* Use queue to do breadth-first traversalArthur de Jong2016-11-121-23/+20
* Add basic filesArthur de Jong2016-11-122-0/+22
* Try to find shorter paths to previously seen boardsArthur de Jong2016-11-101-3/+5
* Better way to short-circuitArthur de Jong2016-11-101-10/+4
* Do not recurse further when we have a solutionArthur de Jong2016-11-101-0/+5
* Try scoring as a mechanism to find shorter solutionsArthur de Jong2016-11-101-2/+11
* Support vertical moves and remove print statementsArthur de Jong2016-11-101-12/+17
* Change recursion to return found solutions earlyArthur de Jong2016-11-101-8/+16
* Also move cars to the leftArthur de Jong2016-11-101-13/+10
* Correctly find moves to the rightArthur de Jong2016-11-101-20/+34
* Work in progressArthur de Jong2016-11-101-0/+51
* Initial version of base algorithmArthur de Jong2016-11-102-0/+57