Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I want solution in C++ or Java only Given N points on a 2D plane. Find the maximum number of points which can be covered
I want solution in C++ or Java only
Given N points on a 2D plane. Find the maximum number of points which can be covered by a rectangle with length x and breadth y. A point is said to be covered by a recatangle if it lies on the sides or inside the rectangle. Example 1: Input: N=5Points={(1,1),(2,3),(3,4),(2,4),(5,5)}x=2,y=2 output: 3 Explaination : Here we can see that this rectangle covers maximum pointsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started