Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add basic documentationHEADmasterArthur de Jong2016-11-131-1/+22
| | | | This also adds copyright headers (MIT license) and renames the module.
* Add testsArthur de Jong2016-11-121-1/+100
| | | | | | This adds a few doctests for the algortihm. Sadly a few of the tests are implementation-specific because for most boards there are a large number of possible equivalent solutions.
* Initial version of base algorithmArthur de Jong2016-11-101-0/+14
This is just the basic implementation of a backtracking search for a solution and is still lacking the real functionality.