Types: n: int, m: int, x: List[int], y: List[int]
Ranges: 2 ≤ n, m ≤ 10^5, -10^9 ≤ x[i], y[i] ≤ 10^9
Addtl Info: x and y are strictly increasing sequences