This application will automatically solve a given 9 x 9 sudoku puzzle with guaranteed accuracy.
Input:
- command line argument
- runtime input
please specify absolute file path
Output:
- runtime output (printed to console)
Algorithm:
- v1.0: naive backtracking recursive algorithm