[PR #325] [MERGED] Correct and improve prime test #652

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/325
Author: @0Zeta
Created: 10/3/2019
Status: Merged
Merged: 10/12/2019
Merged by: @ashwek

Base: masterHead: 0zeta/prime-check-correction


📝 Commits (3)

📊 Changes

1 file changed (+11 additions, -2 deletions)

View changed files

📝 misc/Prime.c (+11 -2)

📄 Description

There are no prime numbers smaller than 2, but 2 itself is prime.


🔄 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/325 **Author:** [@0Zeta](https://github.com/0Zeta) **Created:** 10/3/2019 **Status:** ✅ Merged **Merged:** 10/12/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `0zeta/prime-check-correction` --- ### 📝 Commits (3) - [`3d59871`](https://github.com/TheAlgorithms/C/commit/3d59871bde0630ef4b722808a936596ee18d27fa) Correct and improve prime test - [`935ad9a`](https://github.com/TheAlgorithms/C/commit/935ad9a9030e6ba2a78b14fb4986d08cff123e89) Improve Prime.c - [`a6ec7ac`](https://github.com/TheAlgorithms/C/commit/a6ec7ac352b3c517ff176c5b6848d901858ec41d) Update Prime.c ### 📊 Changes **1 file changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `misc/Prime.c` (+11 -2) </details> ### 📄 Description There are no prime numbers smaller than 2, but 2 itself is prime. --- <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:14:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#652