Skip to content

msakai/minisat_emscripten_sudoku

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sudoku solver in your browser

This project is a demonstration of solving a famous number-placement puzzle Sudoku (数独) using only client-side Javascript,

Design and Implementation

It is known that Sudoku can be solved efficiently by using SAT solver. And we use the emscripten compiler to compile MiniSat SAT solver into Javascript.

Acknowledgements

Special thanks to Mate Soos for writing “MiniSat in your browser”.

References

About

Sudoku solver in your browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published