[PR #59] [MERGED] Add Sieve of Eratosthenes #281

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/59
Author: @danielgrimshaw
Created: 10/2/2017
Status: Merged
Merged: 12/23/2017
Merged by: @christianbender

Base: masterHead: master


📝 Commits (1)

  • b5b5ec1 Add Sieve of Eratosthenes

📊 Changes

1 file changed (+46 additions, -0 deletions)

View changed files

primes.c (+46 -0)

📄 Description

This commit adds a sieve of Eratosthenes algorithm.

This is for issue #37


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/59 **Author:** [@danielgrimshaw](https://github.com/danielgrimshaw) **Created:** 10/2/2017 **Status:** ✅ Merged **Merged:** 12/23/2017 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b5b5ec1`](https://github.com/TheAlgorithms/C/commit/b5b5ec103bfaccd71000703804b1c93310a7e1ad) Add Sieve of Eratosthenes ### 📊 Changes **1 file changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `primes.c` (+46 -0) </details> ### 📄 Description This commit adds a sieve of Eratosthenes algorithm. This is for issue #37 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:11:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#281