deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Added Sieve of Eratosthenes in C #244

Closed keshav2712 closed 2 years ago

keshav2712 commented 2 years ago

This PR implements the code for Sieve of Eratosthenes in C referred in issue #

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

keshav2712 commented 2 years ago

@arushi-mittal updated