[PR #122] [MERGED] Add three new codes #351

Closed
opened 2026-01-29 15:11:55 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/122 **Author:** [@ashishdhiman2000](https://github.com/ashishdhiman2000) **Created:** 3/18/2018 **Status:** ✅ Merged **Merged:** 3/19/2018 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`b88d4e7`](https://github.com/TheAlgorithms/C/commit/b88d4e764ba747acb7d92d5e19870b12f018a10b) Create Collatz.c - [`41dede7`](https://github.com/TheAlgorithms/C/commit/41dede7144e2eddfd76415b69b2bd9fde03ce25f) Create catalan.c - [`7ed9d6d`](https://github.com/TheAlgorithms/C/commit/7ed9d6dbee2189ac5751afc5ce2cb54a75a80ae5) Create factorial_trailing_zeroes.c ### 📊 Changes **3 files changed** (+79 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/Collatz.c` (+26 -0) ➕ `misc/catalan.c` (+28 -0) ➕ `misc/factorial_trailing_zeroes.c` (+25 -0) </details> ### 📄 Description Three new codes: 1.Catalan numbers. 2.Factorial_trailing_zeroes 3.Collatz conjecture --- <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:11:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#351