Sudoku-Solver

🔢 A Simple Sudoku Solver Using Recursive Backtracking technique..

MIT License

Stars
5

About

a simple Sudoku solver to solve any sudoku grid using recursive backtracking technique and find the soluton if it exists..

Getting Started

This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructions.

Installation

  1. Clone the repository
$ git clone https://github.com/AbdallahHemdan/Sudoku-Solver.git
  1. Run the solution

using VS or any samilar software tool

  1. Choose a way to enter the grid
    1. Input from file
    2. Input from console

How the algorithm works

screenshot

License

This software is licensed under MIT License, See License for more information AbdallahHemdan.