https://github.com/mberlanda/project_euler
Project Euler solutions in Ruby
https://github.com/mberlanda/project_euler
Last synced: 2 months ago
JSON representation
Project Euler solutions in Ruby
- Host: GitHub
- URL: https://github.com/mberlanda/project_euler
- Owner: mberlanda
- Created: 2017-06-06T08:17:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T09:00:53.000Z (almost 8 years ago)
- Last Synced: 2024-10-19T11:29:19.908Z (8 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler Problems
This repo contains my solutions to [Project Euler Problems](https://projecteuler.net/archives):
- [1. Multiples of 3 and 5](001.rb)
- [2. Even Fibonacci numbers](002.rb)
- [3. Largest prime factor](003.rb)
- [4. Largest palindrome product](004.rb)
- [5. Smallest multiple](005.rb)
- [6. Sum square difference](006.rb)