Questions tagged [intersection]

The concept of intersection is commonly used in descriptive geometry and mathematics. When two or more objects share common points, these points are referred to as intersections. These intersections define the relationship between the various objects they belong to.

Examining the overlap of two sets with two values each

Can you help me determine if there is an intersection between two arrays that have start and end values? You can find more information on this topic at this wikipedia page. Here are a couple of example cases: a = (10, float("inf")) b = (8, float("inf")) ...