Skip to content

jgsimard/sudoku_solver_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Sudoku Solver (in rust)

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages