Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 270 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 270 Bytes

Sudoku

alt text

A Sudoku solver made in C.

TODO:

  • Implement Heuristic-1 in order to solve for two mutually exclusive numbers.
  • Detect if a pass didn't change any numbers left (no closer to solution). Implement a dirty flag.