CSCI 2300, 11/30/11
This lab is about Backtracking
- Here is a backtraking C program to do the sudoku. Implement in C++.
Sample input is in Data Modify the above program to print all possible solutions for the given problem with this data
- Get help (if needed ) for the Home Work Problem 10 as a part of your lab.
- (Optional) Can the number of known elements in the Data be reduced and still get a unique solution?