Sudoku Solver

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.

Recursive version:

Still trying to write iterative version

Comments

Popular posts from this blog

House Robber

Maximum Gap

[ITint5] Maximum Subarray for a Circular Array