loanDepot Interview Question

How you would write a program to solve a Sudoku puzzle.

Interview Answer

Anonymous

Mar 13, 2017

There was only about 10 minutes left, so there was no time to write out code. I had to think about how to solve a puzzle normally, then apply that to code. I thought about using a hash table to be able to backtrack.

1