0.0
No commit activity in last 3 years
No release in over 3 years
Uses the Sieve of Eratosthenes algorithm to find the prime numbers given lower and/or upper bounds
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

USAGE: ruby prime_finder.rb <lower bound> <upper bound>
EXAMPLE: ruby prime_finder.rb 2 30

OR: ruby prime_finder.rb <upper bound>
EXAMPLE: ruby prime_finder.rb 30