joeljsv / hacktober2021

Register for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS
https://hacktoberfest.digitalocean.com/
7 stars 114 forks source link

Added sieve of Eratosthenes algorithm code #146

Closed enlightrahulrm31 closed 3 years ago

enlightrahulrm31 commented 3 years ago

Description

Added C++ Algorithm code to find prime numbers from 1 to n using Sieve of Eratosthenes

Checklist: