Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 408 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 408 Bytes

Project-Euler

This repository tracks my progress of ProjectEuler's first 100 problems. I started solving these because I'm interested in math and algorithms.

I'm still not sure of the best way to organize the solutions to 100 unique problems. Currently I have each problem stored as a function in solutions.cpp.