Show HN: Fast Sudoku solver that enumerates all solutions
1 points| math-hiyoko | 26 days ago |sudoku-solver.piyochan.jp
It solves standard puzzles quickly, but it can also handle ambiguous puzzles: instead of stopping at the first solution, it enumerates all valid solutions and reports the total number of solutions.
I built it mainly to explore performance and edge cases. Feedback is welcome!
No comments yet.