Skip to content

Approach to solving the problem of the sum of the first N primes. Using stream.

Notifications You must be signed in to change notification settings

gkoudjou/primesum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

PrimeSum

Approach to solving the problem of the sum of the first N primes. Using stream.

Description of the problem

Look at this mathematical overview of the problem

The goal is, given, an integer N, to compute the sum of the first prime numbers.

Sample results

Vaue of N Expected Results
2 5
3 10
4 17
40 3087

About

Approach to solving the problem of the sum of the first N primes. Using stream.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages