[PR #452] [CLOSED] Added Large Factorial #847

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/452
Author: @Arihanth007
Created: 10/22/2019
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

misc/Large_Factorial (+46 -0)

📄 Description

This algorithm can compute up to 5000 factorial.


🔄 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/452 **Author:** [@Arihanth007](https://github.com/Arihanth007) **Created:** 10/22/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`bc223f9`](https://github.com/TheAlgorithms/C/commit/bc223f9c38b1ed19b0c21dc5be5a8a53d01e2d94) Added Large Factorial ### 📊 Changes **1 file changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/Large_Factorial` (+46 -0) </details> ### 📄 Description This algorithm can compute up to 5000 factorial. --- <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:15:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#847