mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #708] [MERGED] feat: created prime_seive.c #1197
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/708
Author: @webdesignbydivyansh
Created: 10/23/2020
Status: ✅ Merged
Merged: 11/26/2020
Merged by: @kvedala
Base:
master← Head:master📝 Commits (10+)
ef7a357created prime_seive.c48c606aApply suggestions from code reviewc2606ffupdating DIRECTORY.md9313d36updated prime_seive.c7b39aedUpdate misc/prime_seive.c7574dcfadded more changese8316d4changed 1000000 to MAX_SIZEf2c6ca6updated line 10a3213e8changed the code back to originalbf4f7a4eliminated the problem of MAX_SIZE📊 Changes
2 files changed (+78 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
misc/prime_seive.c(+77 -0)📄 Description
This function counts the number of prime numbers in O(nlogn) time.
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.