Sudoku solver
Go to file
ddidderr fc9fc1a048
(fix) unsafe array access in skipf and skipb
skipf was accessed at index 81 (len only 81)
skipb was accessed at index -1 (u64::MAX)

I still don't know, why the skipb case didn't crash.
2023-06-16 16:57:25 +02:00
.cargo rust version: backtracking simplified and other improvements 2023-03-27 21:04:04 +02:00
c_version c_version: remove include string.h (accidentally added) 2022-08-26 08:35:13 +02:00
src (fix) unsafe array access in skipf and skipb 2023-06-16 16:57:25 +02:00
.gitignore C version for comparison 2022-08-04 20:45:24 +02:00
Cargo.lock faster 2022-07-18 10:29:40 +02:00
Cargo.toml rust version: backtracking simplified and other improvements 2023-03-27 21:04:04 +02:00
flamegraph.svg rust version: backtracking simplified and other improvements 2023-03-27 21:04:04 +02:00