Skip to content

nikashahabi/sudoku-CSP-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku Solver with Backtracking

This project implements backtracking and makes use of different heuristics and methods such as MRV, degree heuristic, least constraining value and forward checking to optimize the performance of backtracking.