Skip to content

Sudoku solver project for my Design and Analysis of Algorithms Class

Notifications You must be signed in to change notification settings

benymaxparsa/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

Sudoku solver project for my Design and Analysis of Algorithms Class taught by Prof. HajAhmadi

solved by Parsa KamaliPour (me).

tnx to Kylie Ying for teaching the solution to this problem.

Algorithm:

we're solving this puzzle using Backtracking Algorithm.

Sudoku:

a puzzle in which players insert the numbers one to nine into a grid consisting of nine squares subdivided into a further nine smaller squares in such a way that every number appears once in each horizontal line, vertical line, and square.

Example:

This is our input: Input And this is our output: Output

Releases

No releases published

Packages

No packages published

Languages