Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 249 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 249 Bytes

Sudoku solver

A short python program to solve a sudoku puzzle.

The progam is written in python 3. It takes as an argument a sudoku grid, represented here as a list of ten lists, with each of those individual lists representing a row in the grid.