Check If Two Points Are Connected Within Tower Networks
Given a list of towers, each defined by a center point and radius, determine if point A and point B are part of the same connected network. Two towers are considered connected if they overlap (i.e., fall within each other's range), and a point belongs to a tower if it lies within its radius.
Asked at:
Liveramp
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
Early April, 2026
Liveramp
Senior
where tower has centerpoint, and radius, and A is the source, and B is the destination points, given to see if they belong to the same network. Multiple towers can overlap if they fall within each other's range, which would make 2 points in different towers reachable. a variation of - 1620. Coordinate With Maximum Network Quality
Hello Interview Premium
Your account is free and you can post anonymously if you choose.