[PR #297] [CLOSED] Added a Factorial algo #615

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/297
Author: @leegamer42
Created: 10/2/2019
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

2 files changed (+17 additions, -0 deletions)

View changed files

📝 leetcode/README.md (+1 -0)
leetcode/src/469.c (+16 -0)

📄 Description

This is a algo for leetcode
updates the readme.md file too


🔄 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/297 **Author:** [@leegamer42](https://github.com/leegamer42) **Created:** 10/2/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`d756210`](https://github.com/TheAlgorithms/C/commit/d7562109b846b8c34ebe1ab58dc76c244114a3b2) Add more solution to leetcode - [`61bd041`](https://github.com/TheAlgorithms/C/commit/61bd0415355d8cbc03d313b81645375cfceda147) Update README.md - [`4901416`](https://github.com/TheAlgorithms/C/commit/4901416e61663133fb480a61c7fe8690d67f205a) Update README.md ### 📊 Changes **2 files changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+1 -0) ➕ `leetcode/src/469.c` (+16 -0) </details> ### 📄 Description This is a algo for leetcode updates the readme.md file too --- <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:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#615