Skip to main content

Check if 2 lines overlap

Project description

## Ormuco Code Challenge

This project has been created only for demonstration purpose.
>
> ### The challenge
>
> Your goal for this question is to 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).
>

### The Answer

source directory: `./overlap`

usage:
```
from overlap import overlap

result = overlap((1,5), (4,25))

# It will return True if the lines overlap, False otherwise
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cf_lines_overlap-0.0.1.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

cf_lines_overlap-0.0.1-py2-none-any.whl (3.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page