Skip to content

xiangaoole/sudoku-solver

Repository files navigation

Sudoku Solver

Tags: React JavaScript

This solver provides you a solution of any sudoku puzzle you input if solutionale.

demo

  1. Check: Check if the input is a valid sudoku puzzle. If not, the wrong row, column or block is hinted.
  2. Solve: If a valid sudoku puzzle is entered, a solution will be given.
  3. Save: Save the current puzzle to a temporary history.

You can visit the codesandbox page to see this project's preview or to edit the source code.

There is also a React Native version in expo.

demo of React Native version on iPhone X

Acknowledgement

Solver Algorithm is inspired by LeetCode problems:36 Valid Sudoku, 37 Sudoku Solver.

This sudoku game board interface is inspired by Web Sudoku.

About

Provide a solution to any sudoku puzzle you input if soluble.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages