Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.