aboutsummaryrefslogtreecommitdiff
path: root/challenge-101/tyler-wardhaugh/python/README.md
blob: 3b9306245e4d8b495a1c219bb0c1f08539b51995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# The Weekly Challenge

The Weekly Challenge - #100 - Tyler Wardhaugh

## Usage

Ensure requirements are satified (ideally in venv):
    $ make satisfy-reqs

Run Task 1:

    $ ./ch1.py COLL
    # e.g.:
    $ ./ch-1.py "[1, 2, 3, 4, 5, 6]"


Run Task 2:

    $ ./ch2.py POINTS
    # e.g.:
    $ ./ch2.py "[[0, 1], [2,0], [-6, 0]]"

Run the project's tests (all the samples from the task descriptions plus some others):

    $ make test

## Requirements:
*   [Python 3](https://www.python.org/)