xiangaoole / sudoku-solver

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

Home Page:https://codesandbox.io/s/github/xiangaoole/sudoku-solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://codesandbox.io/s/github/xiangaoole/sudoku-solver


Languages

Language:TypeScript 71.6%Language:CSS 15.1%Language:HTML 13.4%