[PR #59] Add Sieve of Eratosthenes #285

Closed
opened 2026-01-29 15:11:03 +00:00 by claunia · 0 comments
Owner

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

State: closed
Merged: Yes


This commit adds a sieve of Eratosthenes algorithm.

This is for issue #37

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/59 **State:** closed **Merged:** Yes --- This commit adds a sieve of Eratosthenes algorithm. This is for issue #37
claunia added the pull-request label 2026-01-29 15:11:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#285