Skip to content

Conversation

kushpo357
Copy link
Contributor

@kushpo357 kushpo357 commented Jan 16, 2025

Developer Checklist

  • Followed guidelines mentioned in the readme file.
  • Followed directory structure. (e.g. ProjectName/{USERNAME}/...yourfiles)
  • Starred ⭐ the Repo (Optional)

Summary

Sudoku Solver

A web-based Sudoku Solver built using JavaScript, HTML, and CSS. This project allows users to input a 9x9 Sudoku puzzle, validate their input in real-time, and solve it instantly. It features a clean and intuitive interface with the following key functionalities:

  • Input Validation: Ensures only valid digits (1-9) can be entered into the grid.
  • Solve Button: Implements a backtracking algorithm to solve the puzzle instantly.
  • Reset Button: Clears the entire grid for a fresh start.

This project is an excellent introduction to algorithmic problem-solving and DOM manipulation in JavaScript. It combines interactive user input with real-time feedback, making it a fun and practical mini project for developers of all levels.

Screenshot

-Initially
image
-uploading a question
image
-solving the question
image

@thinkswell thinkswell merged commit 95f65a6 into thinkswell:master Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants