This repository contains solutions to three Project Euler Problems
Each solution was coded in Python
The solutions are located in the main CodingChallenge folder and are directly runnable.
Tests for each solution are provided in the tests folder. They can be run using nosestests within the main project directory.
$ nosetestsProblem 102 has a supplemental API hosted at http://ep102.herokuapp.com. The backend code is located in app.py
Simply enter comma separated triangle vertices to test origin containment
Further details on my approach to these problems can be provided upon request