https://github.com/shannarra/projecteuler
Solutions to (most of, if not) all 📚 Project Euler problems 🤓 in Ruby 💎.
https://github.com/shannarra/projecteuler
algorithms exercises for-fun project-euler ruby
Last synced: 2 months ago
JSON representation
Solutions to (most of, if not) all 📚 Project Euler problems 🤓 in Ruby 💎.
- Host: GitHub
- URL: https://github.com/shannarra/projecteuler
- Owner: Shannarra
- Created: 2021-10-28T13:28:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T12:15:23.000Z (over 1 year ago)
- Last Synced: 2025-02-04T08:44:19.469Z (4 months ago)
- Topics: algorithms, exercises, for-fun, project-euler, ruby
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Project Euler](https://projecteuler.net/) solutions in [Ruby](https://www.ruby-lang.org/en/)
This is just an exersice repo aiming to solve all [Project Euler](https://projecteuler.net/archives) questions one by one in Ruby.
### Why Ruby?
Because it's fun.### Prerequisites
- [x] Having Ruby installed (duh) with minimal version of 2.6.5. (Older versions might also work).
- [x] Having the motivations to solve the questions