Optimizing a Sudoku Solver in Rust

Sudoku Solvers I enjoy writing sudoku solvers and improving them as a way to learn a new language (Rust, in this case). They aren’t too large in scale, but are complex enough to expose you to a good amount of langauge features. They also can be iterated o… Read more

Similar