Metamarkets interview question

I was asked to write an algorithm for solving a Sodoku puzzle.

Interview Answer

Anonymous

12 Jan 2013

I don't recall as it was over a year ago, but the optimal solution requires recursion. I'm sure a variant is on Google.