Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iiseymour/project_euler
Fortran solutions to https://projecteuler.net/
https://github.com/iiseymour/project_euler
Last synced: about 4 hours ago
JSON representation
Fortran solutions to https://projecteuler.net/
- Host: GitHub
- URL: https://github.com/iiseymour/project_euler
- Owner: iiSeymour
- Created: 2013-08-26T18:45:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T13:37:59.000Z (about 11 years ago)
- Last Synced: 2023-08-02T19:20:45.333Z (over 1 year ago)
- Language: FORTRAN
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler
Fortran solutions to https://projecteuler.net/
Solutions are not ideal but all find the correct answer in tenths of seconds at most.
# Benchmark
**Machine**:
CPU: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
MEM: 6GB**problem01**
real 0m0.001s
user 0m0.000s
sys 0m0.000s**problem02**
real 0m0.001s
user 0m0.000s
sys 0m0.000s**problem03**
real 0m0.016s
user 0m0.014s
sys 0m0.002s**problem04**
real 0m0.001s
user 0m0.003s
sys 0m0.000s**problem05**
real 0m0.029s
user 0m0.028s
sys 0m0.000s**problem06**
real 0m0.001s
user 0m0.000s
sys 0m0.000s**problem07**
real 0m0.016s
user 0m0.013s
sys 0m0.003s**problem08**
real 0m0.001s
user 0m0.001s
sys 0m0.000s**problem09**
real 0m0.001s
user 0m0.000s
sys 0m0.000s**problem10**
real 0m0.042s
user 0m0.036s
sys 0m0.005s**problem11**
0m0.001s
0m0.000s
0m0.000s**problem12**
real 0m0.138s
user 0m0.137s
sys 0m0.000s**problem14**
real 0m0.177s
user 0m0.177s
sys 0m0.000s