Meta interview question

Minesweeper question for the coding round

Interview Answer

Anonymous

Aug 5, 2025

It was pretty easy where you can use recursive dfs to solve the question. The follow ups were pretty easy too consisting of what you did in your code and why .