CSCI 2300, 11/30/11

This lab is about Backtracking
  1. 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
  2. Get help (if needed ) for the Home Work Problem 10 as a part of your lab.
  3. (Optional) Can the number of known elements in the Data be reduced and still get a unique solution?