[PR #218] [MERGED] changed README and corrected comments -- Prime Factoriziation #502

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/218
Author: @christianbender
Created: 2/12/2019
Status: Merged
Merged: 2/12/2019
Merged by: @christianbender

Base: masterHead: prime_fact_cor


📝 Commits (1)

  • c1554af changed README and corecct comment

📊 Changes

2 files changed (+5 additions, -4 deletions)

View changed files

📝 README.md (+1 -0)
📝 misc/PrimeFactoriziation.c (+4 -4)

📄 Description

  • I changed the README. Added the name of the new algorithm.
  • I corrected some comments in the source code.

🔄 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/218 **Author:** [@christianbender](https://github.com/christianbender) **Created:** 2/12/2019 **Status:** ✅ Merged **Merged:** 2/12/2019 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `prime_fact_cor` --- ### 📝 Commits (1) - [`c1554af`](https://github.com/TheAlgorithms/C/commit/c1554af08cea8dce0a935ac9a53eceaf6dbc410d) changed README and corecct comment ### 📊 Changes **2 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `misc/PrimeFactoriziation.c` (+4 -4) </details> ### 📄 Description * I changed the README. Added the name of the new algorithm. * I corrected some comments in the source code. --- <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:13:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#502