Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martins-vds/project-euler
Answers for problems on Project Euler
https://github.com/martins-vds/project-euler
algorithm-challenges go golang project-euler
Last synced: 6 days ago
JSON representation
Answers for problems on Project Euler
- Host: GitHub
- URL: https://github.com/martins-vds/project-euler
- Owner: martins-vds
- Created: 2021-10-21T21:26:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T19:36:33.000Z (about 3 years ago)
- Last Synced: 2024-10-29T18:26:18.504Z (about 2 months ago)
- Topics: algorithm-challenges, go, golang, project-euler
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler
[![Validate Answers](https://github.com/martins-vds/project-euler/actions/workflows/ci.yml/badge.svg)](https://github.com/martins-vds/project-euler/actions/workflows/ci.yml)
Answers written in Go for problems on [Project Euler](https://projecteuler.net):
1. [Multiple of 3 or 5](https://github.com/martins-vds/project-euler/blob/master/001-multiples-of-3-or-5/README.md)
2. [Even Fibonacci Numbers](https://github.com/martins-vds/project-euler/blob/master/002-even-fibonacci-numbers/README.md)
3. [Largest Prime Factor](https://github.com/martins-vds/project-euler/blob/master/003-largest-prime-factor/README.md)
4. [Largest Palindrome Product](https://github.com/martins-vds/project-euler/blob/master/004-largest-palindrome-product/README.md)
5. [Smallest Multiple](https://github.com/martins-vds/project-euler/blob/master/005-smallest-multiple.md)
6. [Sum square difference](https://github.com/martins-vds/project-euler/blob/master/006-sum-square-difference/README.md)
7. [10001st prime](https://github.com/martins-vds/project-euler/blob/master/007-10001st-prime/README.md)