Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 193 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 193 Bytes

Problem Statement

Write a program that accepts two lines (x1,x2) and (x3,x4) on the x-axis and returns whether they overlap. As an example, (1,5) and (2,6) overlaps but not (1,5) and (6,8).