Microsoft Interview Question

Implement the code to solve sudoku( by trial and error). He only asked the approach.

Interview Answer

Anonymous

Sep 6, 2019

I told him that I will use backtracking to solve this question then I told him how I would code and use control statements, he stopped me at that point and said correct