Skip to content

ElComadore/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Right, so, you have an NxN sudoku you want to solve right?
And you are really, really lazy right?
Except you're not lazy enough to not enter a N^2 long string of characters into a computer program, right?
Oh, and the N elements that we are going to use which can't include 0?

Great!

Then all you have to do is to change the 'seed' variable at the bottom of the arbitrary solver to the values of the sudoku you want to solve as they appear in the puzzle, left to right, top to bottom, with each empty square being indicated by a 0. After that, choose your N favourite elements which have some correspondence to the ones in your puzzle, and change the 'elements' variable when your are down there as well.

And there you have it!

You'll get some printouts regarding the values the program is setting but other than that, provided you put everything in correct, you should get the solved sudoku back out after a while!

About

A solver for arbitrarily large Sudoku puzzles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages