My attempt at writing a Sudoku solver in Rust
Stars
1
Forks
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
13
commits
Rename cell iteration loop index in guess_solutions
5262fd5
Refactor control flow a little
955f1e8
Update Vecs to arrays since board is always of fixed size
fed84e2
Update found_solution function parameter order
8913d53
Add docs
e3b1882
Refactor
68c3a85
Remove superfluous mutual candidate exclusion algorithm
33e972f
Update README.md
02bef06
Create README.md
fbf7922
Create test for solver
2940ab2
Create test for square construction
ff77029
Create rough working implementation
dc4a408
Initial commit
2287bb8