|
|
f797701718
|
fix: not working with full board
|
2025-07-30 14:47:35 +02:00 |
|
|
|
e974dc9171
|
revert merge of sudoku_init and sudoku_solve_step; this was incorrect and causes problems
|
2025-07-30 14:47:35 +02:00 |
|
|
|
21c10de9da
|
add some better debugging code
|
2025-07-30 14:47:35 +02:00 |
|
|
|
088135ac32
|
fix segv caused by box indices.
|
2025-07-30 13:32:02 +02:00 |
|
|
|
4c707a0fa6
|
rename sudoku constants to shorter names
|
2025-07-30 13:19:12 +02:00 |
|
|
|
0453c21a3c
|
merge sudoku_init with sudoku_solve_step
|
2025-07-30 12:16:21 +02:00 |
|
|
|
8fefe103f0
|
write a funciton to not remove the value if the value has already been set.
|
2025-07-29 12:50:28 +02:00 |
|
|
|
b12fff9d22
|
write some basic testing/demo code
|
2025-07-29 12:44:24 +02:00 |
|
|
|
9c10b8efbf
|
improve board printing to be more clear
|
2025-07-29 12:44:13 +02:00 |
|
|
|
c965f65422
|
wrote documentation for sudoku_print and sudoku_solve_step
|
2025-07-29 11:49:54 +02:00 |
|
|
|
330c42c4da
|
implement sudoku_solve_step
|
2025-07-29 11:48:16 +02:00 |
|
|
|
69daa07b63
|
writie function for placing sudoku tiles
|
2025-07-29 11:48:06 +02:00 |
|
|
|
a5b6c52053
|
write code to initialise the sudoku board
|
2025-07-29 11:48:06 +02:00 |
|
|
|
13be9261ac
|
add some basic code for the sudoku processing
|
2025-07-28 09:33:30 +02:00 |
|
|
|
a55da88ec2
|
write header for integer definitions
|
2025-07-28 08:55:21 +02:00 |
|
|
|
fb6732b9fa
|
set up project files and build system
|
2025-07-28 08:40:47 +02:00 |
|