Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cslarsen/project-euler

My Project Euler solutions
https://github.com/cslarsen/project-euler

mathematics project-euler

Last synced: about 13 hours ago
JSON representation

My Project Euler solutions

Awesome Lists containing this project

README

        

Solutions to ProjectEuler.net problems

Solved by Christian Stigen Larsen
http://csl.name

Some of these are work-in-progress. Some are very fast, many others are very
slow.

A good tip (which I haven't followed myself) is to start small, find a
recurrence relation and make a generating function. That's generally the
absolutely fastest way of calculating results.