Skip to content

akshat-rawat/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Sudoku is a popular number puzzle that requires you to fill blanks in a 9X9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids contains all of the digits from 1 to 9. In this project, I have implemented Backtracking Algorithm to solve the Sudoku.

Usage

  • The web app is built on React.js with Material-UI.
  • To use the web app, just enter valid sudoku values and click the Solve button.
  • Wanna play again? Just click the navbar!