Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.MD

Sudoku Solver

Introduction

This is a python application which takes a matrix as input and gives the solved sudoku problem as the output.
It is based on the backtracking algorithm.

How to use it :

  1. Download or clone the repository
  2. Install Required Libraries
  3. Run sudoku.py
  4. you will be asked to give enter the complete sudoku as a matrix
  5. you will get the the solved sudoku as the input

Output

endpoint

endpoint

built with love

Check out my Github profile Tejas1510!