NJACKWinterOfCode / nwoc_algorithms

This is a library of various algorithms that are used in competitive programming.
6 stars 52 forks source link

Sieve of Eratosthenes #28

Closed raypretam closed 3 years ago

raypretam commented 4 years ago

C++ implementation of simple sieve.

raypretam commented 4 years ago

please review the above.