Panda Guru LogoPanda
Guru

Google Interview Experience

Coding Round

Questions: Got a question similar to Bricks Falling When Hit for my coding interview round.

Follow-up Question

Candidate's Approach

I recognized that the problem was related to connected components and suggested using Union Find. However, I opted for a DFS approach and constructed an adjacency matrix to identify the connected components, even though it may not have been necessary.

Interviewer's Feedback

No feedback provided.