https://github.com/brianschubert/project-euler
Solutions to problems from Project Euler
https://github.com/brianschubert/project-euler
Last synced: over 1 year ago
JSON representation
Solutions to problems from Project Euler
- Host: GitHub
- URL: https://github.com/brianschubert/project-euler
- Owner: brianschubert
- License: mit
- Created: 2018-05-26T00:42:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T23:35:47.000Z (about 7 years ago)
- Last Synced: 2025-01-29T22:46:42.332Z (over 1 year ago)
- Language: Python
- Size: 155 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Euler Solutions
This repository contains an assortment of solutions to problems from [Project Euler][euler].
I am using these problems to help myself gain familiarity with various programming languages. As of this writing, I have only written solutions in Python, Haskell, and Go, though others langauges might follow in the future.
## Copyright and License
Copyright (c) 2018, 2019 Brian Schubert. Available under [MIT license][license].
[euler]: https://projecteuler.net/
[license]: ./LICENSE