[AtCoder] D - Tile PatternRead more
[AtCoder] B - Arbitrary NimRead more
[AtCoder] E - StampRead more
[AtCoder] F - Colored BallRead more
[AtCoder] F - Good Set QueryRead more
[AtCoder] E - Maximize RatingRead more
[AtCoder] D - ABC PuzzleRead more
[AtCoder] E - Revenge of "The Salary of AtCoder Inc."Read more
[AtCoder] F - SSttrriinngg in StringStringRead more
[LeetCode] Minimize Manhattan Distances

3102. Minimize Manhattan Distances

You are given a 0-indexed array points representing integer coordinates of some points on a 2D plane, where points[i] = [xi, yi].

The distance between two points is defined as their Manhattan distance.

Return the minimum possible value for maximum distance between any two points by removing exactly one point.

Read more