Python Sudoku solver ;-D

Recently, I am learning about linear optimization using python. From Wiki.. Sudoku is a logic-based, combinatorial number-placement puzzle. The objective is to fill 9 x 9 grid with digits so that each column, each row, and each of the 3 x 3 subgrids that compose the grid contains all of the digits from 1 toContinue reading “Python Sudoku solver ;-D”