How you would write a program to solve a Sudoku puzzle.
Anonymous
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.
Check out your Company Bowl for anonymous work chats.