Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 17 hours ago
JSON representation

Solutions to (most of, if not) all 📚 Project Euler problems 🤓 in Ruby 💎.

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