https://github.com/samcrosoft/golang-projecteuler
This package will contain solutions to the problems listed on the projecteuler website using the golang
https://github.com/samcrosoft/golang-projecteuler
Last synced: 8 months ago
JSON representation
This package will contain solutions to the problems listed on the projecteuler website using the golang
- Host: GitHub
- URL: https://github.com/samcrosoft/golang-projecteuler
- Owner: samcrosoft
- License: apache-2.0
- Created: 2014-10-14T16:11:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T17:59:59.000Z (over 11 years ago)
- Last Synced: 2025-03-24T06:52:45.014Z (about 1 year ago)
- Language: Go
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
golang-projecteuler
===================
This package will contain solutions to the problems listed on the projecteuler website using the golang
##Question1
This is the solution to problem located in [Question 1](https://projecteuler.net/problem=1). This solution will
display the sum of all numbers below 1000 that is a multiple of 3 and 5
##Question2
This is the solution to problem located in [Question 2](https://projecteuler.net/problem=2). This solution will
display the sum of all even numbers in the sequence of fibonacci numbers below 4000000.