mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 05:44:36 +00:00
[PR #122] [MERGED] Add three new codes #351
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/122
Author: @ashishdhiman2000
Created: 3/18/2018
Status: ✅ Merged
Merged: 3/19/2018
Merged by: @christianbender
Base:
master← Head:master📝 Commits (3)
b88d4e7Create Collatz.c41dede7Create catalan.c7ed9d6dCreate factorial_trailing_zeroes.c📊 Changes
3 files changed (+79 additions, -0 deletions)
View changed files
➕
misc/Collatz.c(+26 -0)➕
misc/catalan.c(+28 -0)➕
misc/factorial_trailing_zeroes.c(+25 -0)📄 Description
Three new codes:
1.Catalan numbers.
2.Factorial_trailing_zeroes
3.Collatz conjecture
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.