This is a sudoku solver. I did two implementations. A basic one using integers to represents possible numbers for each cell and a bitfield that use one integer to represent all the posibilities of one cell, where each bit represent a different number. The bitfield version is ~20 X faster.
-
Notifications
You must be signed in to change notification settings - Fork 0
jgsimard/sudoku_solver_rust
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published