Commit Graph

4 Commits

Author SHA1 Message Date
Drew Galbraith 0e482fcf4b Add a tool to partition a large test case.
Pull out the specific cases that are currently unsolved to allow easier
iterative testing of the solver.
2023-05-04 00:38:05 -07:00
Drew Galbraith dd89c1fd6c Move solving logic to a separate class 2023-05-03 23:56:29 -07:00
Drew Galbraith 3dc9f04650 Update Sudoku Solver to check for naked singles. 2023-04-17 16:48:38 -07:00
Drew Galbraith bcc5b5097e First pass at a sudoku solver: Puzzle Import
Imports a puzzle from a string and displays the restricted puzzle.
2023-04-17 16:31:47 -07:00