Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T04:08:19.000Z (4 months ago)
- Last Synced: 2024-09-17T07:15:53.672Z (4 months ago)
- Topics: algorithms, backtracking, mui, react, solver, sudoku
- Language: JavaScript
- Homepage: https://quicksudoku.vercel.app/
- Size: 84 KB
- Stars: 0
- 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.