Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 319 Bytes

sudoku

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.