My solutions to Project Euler problems.
Each solution is stored directly in the root directory and named after the problem:
ProjectEuler/
├── MultiplesOf3And5.py
├── EvenFibonacciNumbers.py
├── LargestPrimeFactor.py
├── ...
└── README.md
Solutions are primarily written in Python.
Learning algorithms, mathematics, and problem solving one problem at a time.