[PR #195] Added primes_in_range.c. Edit: no conflicts with base branch #465

Open
opened 2026-01-29 15:13:02 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/195

State: closed
Merged: Yes


Added a new file - Primes_in_range.c in misc folder.
It uses the sieve of Eratosthenes algorithm to get all the prime numbers in a given range

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/195 **State:** closed **Merged:** Yes --- Added a new file - Primes_in_range.c in `misc` folder. It uses the sieve of Eratosthenes algorithm to get all the prime numbers in a given range
claunia added the pull-request label 2026-01-29 15:13:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#465