Skip to content

kael89/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Live system version: http://kael89-sudoku-solver.s3-website-ap-southeast-2.amazonaws.com/

This project is a web page which solves a Sudoku problem. The user enters the desired values in the Sudoku cells. Then they can hit the "Solve" button to display the result in the page.

The program also detects errors in the user input, e.g. same number in the same row. The page displays an alert in that case.

Initial Sudoku

Initial Sudoku

Installing

Just clone/download the project files, and run sudoku-solver.html at your browser of choice.

Running the tests

Uncomment the Tests section in sudoku-solver.html and see the results in the console. The tests cases are specific Sudoku puzzles and the corresponding solutions.

Authors

Kostas Karvounis - kael89

License

This project is licensed under the GNU General Public License v3.0

About

A web page which solves Sudoku problems, implemented in JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published