Search
⌘K

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.

Comments

Your account is free and you can post anonymously if you choose.