ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
508 stars 363 forks source link

Add files via upload #381

Closed nayan6119 closed 3 years ago

nayan6119 commented 4 years ago

Added Readme file for Sieve of Eratosthenes.

alxmjo commented 3 years ago

Hi @nayan6119. If you'd like to add documentation for the number theory algorithms, please do so. You can look at the searching documentation for an example. I'm closing this for now but don't hesitate to open a new PR once you've had a chance to see how we do things.