sanammalik04 / project-euler-smallest-multiple-wdc01-seng-ft-071320

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler

Problem: Smallest Multiple

  • 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
  • What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?

Instructions

  • Code your procedural solution into the lib/smallest_multiple.rb file.
  • Code your object-oriented solution into the lib/oo_smallest_multiple.rb file.
  • Run learn until you get all of the RSpec tests to pass.

Source

View Project Euler on Learn.co and start learning to code for free.

About


Languages

Language:Ruby 100.0%