Maximum Number of Visible Points
Try to solve the Maximum Number of Visible Points problem.
We'll cover the following...
Statement
You are provided with an array, points
, an integer angle
, and your location
, where points[i] = [x
i
, y
i
]
and location = [pos
x
, pos
y
]
, both representing
You initially face directly east from your fixed location and cannot move. In other words, pos
x
and pos
y
cannot be changed. However, you can rotate to adjust your viewing direction. Your field of view, measured in degrees, is specified by the angle, representing the width of visibility. If you rotate counterclockwise by an angle
Access this course and 1400+ top-rated courses and projects.