Sudoku Solver
Info
A simple web tool that checks whether your Sudoku board is valid and returns the solution grid if one exists.
- Built using plain HTML, CSS, and JavaScript
- Uses a simple backtracking algorithm to find the solution
Usage
- Enter the given values into the input board
- Click the "Solve" button
Links
GitHub Source Code
My Other Projects