C
C copied to clipboard
Add eratosthenes sieve method for finding primes below given number
Description of Change
Notes: Added 'Sieve of Eratosthenes' algorithm along with test cases for primes below 100
Thank you very much @Panquesito7 for your detailed review and guidance! I really appreciate you taking the time to guide in such detail :)