- sudoku program work complete and tested
- AC-3 algorithm is implemented and tested
- back-tracking algorithm is implemented and tested
- MRV heuristic is implemented and tested
- forward chaining is implemented and tested
$ python sudoku.py test/some_file.txt
Victor Lu, <[email protected]>