Skip to content

Latest commit

 

History

History
 
 

sudokuSolver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Problem

Write a program to solve a Sudoku puzzle by filling the empty cells.

Empty cells are indicated by the character '.'.

You may assume that there will be only one unique solution.