https://github.com/crizmo/sudoku-solver
A React-based Sudoku solver with manual input and visual backtracking algorithm. Includes puzzle generation and interactive grid.
https://github.com/crizmo/sudoku-solver
algorithms backtracking mui react solver sudoku
Last synced: about 1 month ago
JSON representation
A React-based Sudoku solver with manual input and visual backtracking algorithm. Includes puzzle generation and interactive grid.
- Host: GitHub
- URL: https://github.com/crizmo/sudoku-solver
- Owner: crizmo
- Created: 2024-09-11T09:16:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T04:08:19.000Z (over 1 year ago)
- Last Synced: 2025-12-27T15:08:32.540Z (5 months ago)
- Topics: algorithms, backtracking, mui, react, solver, sudoku
- Language: JavaScript
- Homepage: https://quicksudoku.vercel.app/
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Solver
A React-based Sudoku solver with manual input and visual backtracking algorithm. Includes puzzle generation and interactive grid.
## Features
- **Automatic Solving:** Uses backtracking algorithm to solve Sudoku puzzles.
- **Manual Input Mode:** Allows users to enter custom Sudoku puzzles.
- **Puzzle Generation:** Generates random Sudoku puzzles with adjustable difficulty.
- **Interactive Grid:** Visual representation of the Sudoku grid with step-by-step solving.
## Technologies Used
- **React:** Frontend library for building the user interface.
- **Material-UI (MUI):** Component library for styling and UI components.
## Contributing
Feel free to open issues or submit pull requests if you have any improvements or bug fixes.