Table of Contents:-
Introduction
Features
Getting Started
Usage
License
Acknowledgments
Introduction This project is a simple web-based Sudoku solver built using HTML, CSS, and JavaScript. It allows users to input their Sudoku puzzle and solve it with a click of a button. Features
User Input: Users can input their Sudoku puzzle by filling in the numbers directly on the grid.
Auto-Solve: The website includes an auto-solve feature that uses a basic backtracking algorithm to solve the Sudoku puzzle.
Validation: The website validates user input to ensure that the puzzle is solvable and follows Sudoku rules.
Responsive Design: The website is designed to be responsive and works well on various devices.
Getting Started To view and use the Sudoku Solver Website, follow these steps: Prerequisites
A web browser (preferably Chrome, Firefox, or Edge)
Usage
Input Your Sudoku Puzzle: Fill in the numbers of your Sudoku puzzle on the grid.
Solve the Puzzle: Click the "Solve" button to solve the puzzle.
Clear the Grid: Click the "Clear" button to reset the grid.
License Distributed under the MIT License. See LICENSE for more information. Acknowledgments
Sudoku Algorithm - For the backtracking algorithm used in the solver.
W3Schools - For HTML, CSS, and JavaScript tutorials and references.