https://github.com/daniel-beard/juliaprojecteuler
Problems from ProjectEuler solved using Julia
https://github.com/daniel-beard/juliaprojecteuler
algorithms coding-challenges julia project-euler
Last synced: 10 months ago
JSON representation
Problems from ProjectEuler solved using Julia
- Host: GitHub
- URL: https://github.com/daniel-beard/juliaprojecteuler
- Owner: daniel-beard
- License: mit
- Created: 2014-12-30T20:23:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T20:23:21.000Z (over 7 years ago)
- Last Synced: 2025-03-30T17:04:26.257Z (11 months ago)
- Topics: algorithms, coding-challenges, julia, project-euler
- Language: Julia
- Size: 140 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JuliaProjectEuler
=================
[](https://dev.azure.com/danielbeard0/danielbeard0/_build/latest?definitionId=1) 
Problems from ProjectEuler solved using Julia
- Problem 1-50 ✓
- [ ] Problem 51
- Problem 52-59 ✓
...
- Problem 62-63
- [X] Problem 67
- [X] Problem 74
- [X] Problem 79
- [X] Problem 92
- Problem 96-97
- [X] Problem 99
- [X] Problem 102
- [X] Problem 112
- [X] Problem 145
- [X] Problem 206
##### Running
- `cd` into the Solutions directory
- Run `julia make.jl` (this may take a while since it has to update packages as well).