Showing posts with label backtracking search. Show all posts
Showing posts with label backtracking search. Show all posts

Saturday, 6 April 2013

Sudoku solver backtracking algorithm

This project illustrates how to solve constrain satisfaction problems using backtracking algorithm.It was fun to see how backtracking search exploits computation power of computer to solve constrain satisfaction problem(CSP).

Download code:
https://github.com/junedmunshi/SampleCode/tree/master/AI/SudokuSolver