These are my solutions to the Project Euler problems.
I've tried to adhere to the following for each solution:
- Easily understood
- Reusable, if not a single line solution
- Optimized for performance
- Using only the standard libraries for the chosen language
Most solutions are in Swift with the exception of those requiring big numbers or when I'm in the mood to try something different.
TODO: Add a link to blog detailing decisions made for each solution.