Skip to content

Summation of primes: The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below two million. Utilized the C# StopWatch functionality to time 2 different Prime Number functions to optimize excucation speed.

Notifications You must be signed in to change notification settings

gitfyhub/Algorithm-Summation-of-Large-Prime-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

Summation of primes: The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below two million. Utilized the C# StopWatch functionality to time 2 different Prime Number functions to optimize excucation speed.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages