Author: arthurhanson@gmail.com
Submited: 06 August 2019
Thank you for the opportunity to participate in your coding challenge.
I have implemented solutions to all 3 challenges in Python 3.6.
$ python3 c1.py input-1.txt
$ python3 c2.py input-2.txt
$ python3 c3.py input-3.txt
Unit tests for all 3 challenges are provided in test.py
$ python3 test.py