[PR #132] [CLOSED] Create Catalan.c #359

Open
opened 2026-01-29 15:12:03 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/132
Author: @anujms1999
Created: 3/23/2018
Status: Closed

Base: masterHead: patch-3


📝 Commits (2)

📊 Changes

1 file changed (+23 additions, -0 deletions)

View changed files

misc/Catalan.c (+23 -0)

📄 Description

Program for printing Catalan numbers. Many problems can be solved easily if we know Catalan numbers and above program can be used to find Catalan


🔄 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/132 **Author:** [@anujms1999](https://github.com/anujms1999) **Created:** 3/23/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (2) - [`6c59e33`](https://github.com/TheAlgorithms/C/commit/6c59e330d2696d7aabe7d5a1b3209631e6ca3dd1) Create Catalan.c - [`25037ea`](https://github.com/TheAlgorithms/C/commit/25037eade29b787985d9f4f8d7ab5bf723029fd9) Update Catalan.c ### 📊 Changes **1 file changed** (+23 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/Catalan.c` (+23 -0) </details> ### 📄 Description Program for printing Catalan numbers. Many problems can be solved easily if we know Catalan numbers and above program can be used to find Catalan --- <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:12:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#359