Code Monkey home page Code Monkey logo

sudoku's Introduction

Sudoku Solver with Real-Time Backtracking

This project is a Sudoku solver implemented using backtracking algorithm. The solver provides a GUI (Graphical User Interface) that displays the Sudoku board and fills in the missing cells with the correct numbers until the board is complete.

Installation

Clone the repository and make sure that you have Rust programming language installed. Then, use the following command to run the project:

cargo run

Usage

The solver is integrated with a graphical user interface that allows the user to interact with the board and see the solution in real-time. Once you run the program, you will see the Sudoku board displayed on the screen with some cells filled in with numbers. These represent the initial configuration of the board that needs to be solved.

The solver uses backtracking algorithm to find the solution. It iteratively fills in the empty cells with numbers and checks if the solution is valid. If it reaches a dead end, it backtracks and tries a different number until a valid solution is found.

The solver displays the solution in real-time on the screen. Once the board is complete, the solver stops and displays the final solution.

Contributions

Contributions are welcome! Feel free to create a pull request or submit an issue if you encounter any problems or have any suggestions for improvement.

License

This project is licensed under the MIT License - see the LICENSE file for details.

sudoku's People

Contributors

bsikar 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.