https://github.com/cslarsen/project-euler
My Project Euler solutions
https://github.com/cslarsen/project-euler
mathematics project-euler
Last synced: about 1 year ago
JSON representation
My Project Euler solutions
- Host: GitHub
- URL: https://github.com/cslarsen/project-euler
- Owner: cslarsen
- Created: 2012-10-28T18:35:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T17:45:28.000Z (over 10 years ago)
- Last Synced: 2025-01-14T02:26:37.986Z (over 1 year ago)
- Topics: mathematics, project-euler
- Language: C++
- Size: 736 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.