Skip to content

shinaisan/sat-sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver using logic-solver

This is a React-based web app to generate a Sudoku solution. Digits can be placed on the left grid of the web page. The Sudoku solver, which is implemented using logic-solver, generates a candidate solution on the right grid of the page after pressing the Solve button.

The demo app can be launched as below:

yarn install
yarn run start

The app can be accessed via a Web browser. The default port is 3000.