mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 22:01:45 +00:00
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/1341
Author: @Vector-013
Created: 10/5/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
73dd771Added recursive factorial calculator (#1326)📊 Changes
1 file changed (+40 additions, -0 deletions)
View changed files
➕
math/factorial_recursion.c(+40 -0)📄 Description
Description of Change
Implemented recursion to find factorials of integers.
References
#1326
Checklist
Notes:
Added a recursive factorial calculator in the math repo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.