Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1453. Maximum Number of Darts Inside of a Circular Dartboard
Given up to 100 points and a fixed radius r, find where to place a circle of radius r to cover the maximum number of points. Core challenge: computational geometry/angle-sweep — for each point (or pair within 2r) compute feasible circle centers (or angular intervals) and count overlaps to find the maximum.
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.