Minimum Time to Absorb All Balls
Examples
Example 1:
Input: points = [[0,0],[1,0],[2,0],[10,0]], d = 2
Output: 2
Explanation:
Example 2:
Input: points = [[0,0],[3,0],[0,4]], d = 6
Output: 1
Explanation:
Example 3:
Input: points = [[0,0],[2,0],[4,0]], d = 2
Output: 3
Explanation: