Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 484 Bytes

File metadata and controls

11 lines (6 loc) · 484 Bytes

Sudoku solver in React

Implementation of a simple Sudoku solver in React.

To run, start a webserver with npm start in the root folder. Navigate to the webpage and you should see this:

Sudoku before solve

Pressing the "Solve" button attempts to solve the Sudoku (or as much as it manages in 1000 iterations).

Sudoku after solve