Skip to content

kolobock/the_largest_prime_factor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

the_largest_prime_factor

Algorithmic task to calculate the largest Prime Factor

The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number 1876191413?

Please write program which will help solve this problem.


Execute following command to run the program:

ruby algorithmic_task.rb

OR

chmod +x ./algorithmic_task.rb (only once required) ./algorithmic_task.rb

About

Algorithmic task to calculate the largest Prime Factor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages