Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 592 Bytes

File metadata and controls

18 lines (13 loc) · 592 Bytes

Project-Euler

My solutions to Project Euler exercises.

For now, the coding philosophy of this repo is to use as few libraries as possible. While this goes against a DRY philosophy, I'm choosing this path first to explore how basic libraries work.

In the future, I may build a branch or fork of this repo to try refactoring out my code to use existing libraries. This will be a good exercise in discovering and integrating third party libraries.

REDOs

Problems worth a revisit are tagged in comments with "REDO:". The can be searched for with grep REDO .