Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 780. Reaching Points
Given start (sx, sy) and target (tx, ty) where each move adds one coordinate to the other, determine if the target can be reached from the start; the key is to reverse the process and use Euclidean-style subtraction/modulo steps to efficiently jump back from (tx, ty) toward (sx, sy) for large coordinates.
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.