Skip to content

KroneckerDeIta/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sudoku Solver

A simle Sudoku solver I put together written in C++.

To complie the C++ just run make from the top level directory.

To Run the tests run: make check from the top level directory.

To enter in a different Sudoku board you will need to add an array to the Main.cc file, change the board you are using in the Main function and recompile and run the Main application. I may make a better interface at some point.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published