Group movies via graph traversal
Company: Google
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Onsite
Quick Answer: This question evaluates graph traversal and connectivity skills, specifically competence with BFS, DFS (iterative and recursive), complexity analysis, and Union-Find for identifying connected components in an undirected graph.