Sudoku Solver
A Sudoku puzzle solver implemented in Rust, utilizing Crook's algorithm. This project showcases algorithmic problem-solving skills and proficiency in Rust programming.

Project Details
Client
Bismit Panda (Me)
Year
2024
Role
Developer
Technologies
Rust
The Challenge
Solving a sudoku using provided constraints.
The Solution
Built a generic matrix builder and verified against known puzzles.