Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cslarsen/project-euler
- Owner: cslarsen
- Created: 2012-10-28T18:35:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T17:45:28.000Z (about 9 years ago)
- Last Synced: 2023-03-11T00:33:21.760Z (over 1 year ago)
- Topics: mathematics, project-euler
- Language: C++
- Size: 736 KB
- Stars: 1
- Watchers: 2
- 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.nameSome 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.