Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 961 Bytes

File metadata and controls

30 lines (16 loc) · 961 Bytes

Coding Challenge (Project Euler)

This repository contains solutions to three Project Euler Problems

Usage

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.

$ nosetests

Extra

Problem 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