Code Monkey home page Code Monkey logo

prodigy_sd_04's Introduction

PRODIGY_SD_04

Sudoku Solver using java and java swing

Sudoku Solver

This project is a graphical Sudoku solver application written in Java. It allows users to input a Sudoku puzzle and then solves it for them.

Features

  1. Solves Sudoku puzzles of any difficulty level.
  2. User-friendly interface with a grid for entering the puzzle and a button to solve it.
  3. Input validation to ensure that only numbers 1-9 are entered.
  4. Displays the solved puzzle in the grid.

How to Use

  1. Double click .jar file.
  2. Enter the numbers for the Sudoku puzzle in the grid.
  3. Click the "Solve" button.
  4. The solved puzzle will be displayed in the grid.

Dependencies

Java Runtime Environment (JRE)

Code Structure

The project consists of the following packages:

  1. GUI: This package contains the graphical user interface code for the Sudoku solver application. SudokuSolver: This class is the main class for the application. It creates the GUI components and handles user interaction.
  2. Solver: This package contains the logic for solving Sudoku puzzles. Solver: This class implements the backtracking algorithm to solve Sudoku puzzles.

Failure Detection

If the system is unable to solve the board in 2 minutes, it detects failure.

prodigy_sd_04's People

Contributors

ah-hesham avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.