/Sudoku_Solver

This repo contains the python files to solve Sudoku Puzzles using AI Algorithms .

Primary LanguagePython

Sudoku_Solver

Sourav Karmakar
Artificial Intelligence Application

Required : Python Version 3.0+

I've Solved Sudoku using two following Algorithms :

Check Backtracking Algorithms here : https://en.wikipedia.org/wiki/Backtracking

1. Naive Backtracking Algorithm

Run Command:

python sudoku.py <input file name>

2. Smart Backtracking Algorithm (MRV)

Run Command:

python sudoku_MRV.py <input file name>