Given two ranges, returns if the two ranges overlap with each other. e.g. [1, 3] overlaps with [2, 4] while [1, 3] does not overlap with [4, 5]
Given two ranges, returns if the two ranges overlap with each other. e.g. [1, 3] overlaps with [2, 4] while [1, 3] does not overlap with [4, 5]