Optimi-Zi(n)g Sudoku-Solving
Optimi-Zi(n)g Sudoku-Solving 26 July 2025 , in Olivier's log One of the first program that I wrote in Zig (in September 2023) was a Sudoku-Solver, implementing the dancing-links (DLX) algorithm. I decided to revisit this program recently to experiment with benchmarking and try to increase its speed. Dancing-Links (DLX) algorithm applied to sudoku The Dancing-Links algorithm is an efficient backtracking algorithm to solve "exact-cover" problems, by using a matrix of 0 and 1s. Dancing Links o