Skip to content

A generalized Sudoku solver (works up to 225x225 cells)

Notifications You must be signed in to change notification settings

jalil-salame/nsudoku-solve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Sudoku Solver

A generalized N-Sudoku Solver written in rust

It technically works for any N×N sudoku, but because of u8, it only reallly works up to 225×225 Sudoku.

Usage

If you want to test this, maybe look at https://abhinavsarkar.net/files/sudoku17.txt.bz2, It is a list of all the 49,000+ 17 clues sudoku puzzles.

About

A generalized Sudoku solver (works up to 225x225 cells)

Resources

Stars

Watchers

Forks

Packages

No packages published