Compute nearest-exit distances in a grid
Company: DoorDash
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Onsite
Quick Answer: This question evaluates proficiency in graph traversal and shortest-path concepts applied to grid-based problems, including handling obstacles, Manhattan distance computation, and extensions to multi-layer (3D) grids and weighted movement.