https://github.com/korenyoni/project-euler
Project Euler
https://github.com/korenyoni/project-euler
Last synced: about 2 months ago
JSON representation
Project Euler
- Host: GitHub
- URL: https://github.com/korenyoni/project-euler
- Owner: korenyoni
- Created: 2015-02-07T14:26:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T20:10:25.000Z (over 9 years ago)
- Last Synced: 2025-02-07T14:15:14.292Z (3 months ago)
- Language: C++
- Size: 602 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-euler
Solutions to problems from projecteuler.net.
These solutions are generally first attempted with no or very little help from external resources.
If an implementation "just works" but there is a better implementation out there, I generally attempt to redo it,
sometimes with some external help.Each problem has its own directory.
/lib/ is a directory containing reusable algorithms that I've implemented myself.