About Make your first PR! ~ A beginner-friendly repository. Add your profile, a blog, or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking! you can contribute anything here !! memes blogs. projects anything!!!!
6
stars
21
forks
source link
Find prime number till n in order of log n complexity #92
I want to add a simple program to find prime number till n in order of log n complexity using an algorithm known as the sieve of eratosthenes.