inxiti / euler

Project Euler solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler Solutions

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.

About

Project Euler solutions


Languages

Language:Swift 94.1%Language:Python 5.9%