Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1730. Shortest Path to Get Food
Given a 2D grid with open cells, walls, a starting cell, and one or more food cells, find the minimum number of steps to reach the nearest food using 4-directional moves. Core challenge: perform a shortest-path search on the grid (BFS) while handling obstacles and boundaries, returning -1 if no food is reachable.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.