Minimize Manhattan Distances
Try to solve the Minimize Manhattan Distances problem.
Statement
You are given an array, points
, where each element in points[i]
Your task is to determine and return the smallest possible value for the maximum distance between any two points after removing exactly one point from the array.
Constraints:
points.length
points[i].length
points[i][0], points[i][1]
Examples
Level up your interview prep. Join Educative to access 70+ hands-on prep courses.