mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-03 21:36:09 +00:00
[PR #736] [CLOSED] feat: Added recursive factorial function #1241
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/736
Author: @nicola-masarone
Created: 10/30/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
fc873b8Added recursive factorial function917c41fUpdate misc/factorial_recursive.c066c38eUpdate misc/factorial_recursive.cc92cd7eUpdate misc/factorial_recursive.cef595faupdating DIRECTORY.md35a9b51Update factorial_recursive.c6335742Update misc/factorial_recursive.cb0ee32cUpdate factorial_recursive.c5bfe7c1Update misc/factorial_recursive.ca9306baUpdate misc/factorial_recursive.c📊 Changes
2 files changed (+86 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
misc/factorial_recursive.c(+85 -0)📄 Description
Description of Change
References
Checklist
Notes:
Recursive factorial function
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.