thuva4 / Algorithms

Collection of algorithms in multiple programming languages.
https://thuva4.github.io/Algorithms/
Apache License 2.0
486 stars 545 forks source link

Added Sieve of Eratosthenes in C #841

Closed Cadichon closed 3 years ago

Cadichon commented 3 years ago

Added Sieve of Eratosthenes in C using a bit array to store result