[PR #27] [MERGED] Add 2 more algorithms (Fibonacci and Factorial) #242

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/27
Author: @IKuuhakuI
Created: 7/4/2017
Status: Merged
Merged: 8/8/2017
Merged by: @0oo0

Base: masterHead: master


📝 Commits (2)

📊 Changes

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

View changed files

fat.c (+20 -0)
fib.c (+19 -0)

📄 Description

I saw that in the java version there was the factorial algorithm, so, i thought that it would be nice to have the same but this time made with C. And I also made a Fibonacci algorithm that asks for a number and than it tells which number is in the N position according to the Fibonacci sequence. Hope you like it :)


🔄 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/27 **Author:** [@IKuuhakuI](https://github.com/IKuuhakuI) **Created:** 7/4/2017 **Status:** ✅ Merged **Merged:** 8/8/2017 **Merged by:** [@0oo0](https://github.com/0oo0) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`06f872b`](https://github.com/TheAlgorithms/C/commit/06f872bb8ba89b4a47cb386d3495a1c61c9f1bdd) Add a Factorial Algorithm - [`cc5da4c`](https://github.com/TheAlgorithms/C/commit/cc5da4ce21c23328fef301f0ac2b407ceeeb318b) Add a Fibonacci algorithm ### 📊 Changes **2 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `fat.c` (+20 -0) ➕ `fib.c` (+19 -0) </details> ### 📄 Description I saw that in the java version there was the factorial algorithm, so, i thought that it would be nice to have the same but this time made with C. And I also made a Fibonacci algorithm that asks for a number and than it tells which number is in the N position according to the Fibonacci sequence. Hope you like it :) --- <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:10:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#242