tusharjuneja06 / simplejavaprogram

add ur java programs as a contribution to hacktoberfest 2020
1 stars 35 forks source link

Prime numbers with Sieve of Eratosthenes #34

Closed FenikkusuKoneko closed 3 years ago

FenikkusuKoneko commented 3 years ago

Added a java algorithm of calculating the prime numbers up to n using the Sieve of Eratosthenes algorithm.