Camden Dixie O'Brien f51e9a06b0 Use uint16_t instead of struct for cell state
- Bits 0-8 are the possible values
- Bits 9-12 is the concrete value
- Bit 15 is 1 if the cell is determined
2022-11-24 00:38:25 +00:00
2022-11-21 13:00:20 +00:00
2022-11-21 13:00:20 +00:00
2022-11-21 13:00:20 +00:00
2022-11-23 15:19:06 +00:00
2022-11-21 13:00:20 +00:00

Sudoku Solver

Figured it would be fun to try making a sudoku solver. I haven't read any prior art but once I have something working I might look into faster mechanisms people have come up with (probably using SAT solvers).

Description
No description provided
Readme 84 KiB
Languages
C 92.2%
Makefile 7.8%