Skip to content

learn-co-students/project-euler-smallest-multiple-dumbo-web-career-031119

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages