mauryahimanshu / Must-know-Algorithms-for-competitive-coding

For Hacktoberfest 2020 Contribution
https://hacktoberfest.digitalocean.com/
2 stars 12 forks source link

Primality Test using Sieve of Eratosthenes #3

Open mauryahimanshu opened 3 years ago

mauryahimanshu commented 3 years ago

Aim : Implementation of Sieve of Eratosthenes Difficulty : Medium Addition Remark : Input a non-negative integer less than 10^6 and check whether the given integer is prime or not.

Good Luck.

Ace117MC commented 3 years ago

can i code this in c++

mauryahimanshu commented 3 years ago

Yes, Go ahead.

mauryahimanshu commented 3 years ago

I am assigning to you.

Ace117MC commented 3 years ago

please add hacktoberfest topic It is not showing there on site Maybe h is small