This c++ program solves the sudoku problem using DLX.
The input takes the original sudoku problem in row major order with blank space replaced by '0'.
Spaces or enters won't interfere with the input.
The output comprises the solution to the sudoku problem represented in the form of a nine by nine matrix.