Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sudoku solver kushpo357 branch #1185

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kushpo357
Copy link

@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

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.

1 participant