[PR #217] [MERGED] Prime factoriziation #496

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

📋 Pull Request Information

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

Base: masterHead: add_prime_factoriziation


📝 Commits (1)

📊 Changes

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

View changed files

misc/PrimeFactoriziation.c (+172 -0)

📄 Description


🔄 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/217 **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:** `add_prime_factoriziation` --- ### 📝 Commits (1) - [`64b5f49`](https://github.com/TheAlgorithms/C/commit/64b5f4904ba5bc86cb1f81a8a4deb9ad70c9b7d8) added new algorithm ### 📊 Changes **1 file changed** (+172 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/PrimeFactoriziation.c` (+172 -0) </details> ### 📄 Description * I added a new algorithm for [prime factoriziation](https://en.wikipedia.org/wiki/Prime_number#Unique_factorization) of a positive integer greater than 1. --- <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:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#496