mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #27] [MERGED] Add 2 more algorithms (Fibonacci and Factorial) #242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (2)
06f872bAdd a Factorial Algorithmcc5da4cAdd a Fibonacci algorithm📊 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.