[PR #81] [CLOSED] Removed redundant folders and added 0 case for factorial. #304

Closed
opened 2026-01-29 15:11:20 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/81
Author: @fsharpasharp
Created: 10/19/2017
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • f33e4a7 Moved files and removed redundant folders.
  • eb9c468 Added 0 case for factorial since 0! = 1
  • e661771 Greatest common divisor

📊 Changes

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

View changed files

📝 misc/Factorial.c (+2 -2)
misc/GCD.c (+20 -0)
📝 searching/fibonacciSearch.c (+0 -0)
📝 sorting/shellSort.c (+0 -0)

📄 Description

No description provided


🔄 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/81 **Author:** [@fsharpasharp](https://github.com/fsharpasharp) **Created:** 10/19/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`f33e4a7`](https://github.com/TheAlgorithms/C/commit/f33e4a726b2dee40cf32f9ca939de7814f4f121d) Moved files and removed redundant folders. - [`eb9c468`](https://github.com/TheAlgorithms/C/commit/eb9c4688fe59bcd9dcb2645a4123d96e80f0e730) Added 0 case for factorial since 0! = 1 - [`e661771`](https://github.com/TheAlgorithms/C/commit/e661771525632434616fc3daa4759e3fa7b89920) Greatest common divisor ### 📊 Changes **4 files changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `misc/Factorial.c` (+2 -2) ➕ `misc/GCD.c` (+20 -0) 📝 `searching/fibonacciSearch.c` (+0 -0) 📝 `sorting/shellSort.c` (+0 -0) </details> ### 📄 Description _No description provided_ --- <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:11:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#304