[PR #187] [CLOSED] combinations_with_repetitions.c added #451

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/187
Author: @gbrunofranco
Created: 10/19/2018
Status: Closed

Base: masterHead: rep_combinations


📝 Commits (2)

  • d1e94d8 combinations_with_repetitions.c added
  • 425d31f Moved and updated loops to be C89-compatible

📊 Changes

2 files changed (+88 additions, -0 deletions)

View changed files

computer_oriented_statistical_methods/combinations_with_repetitions.c (+44 -0)
math/combinations_with_repetitions.c (+44 -0)

📄 Description

No description provided


🔄 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/187 **Author:** [@gbrunofranco](https://github.com/gbrunofranco) **Created:** 10/19/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rep_combinations` --- ### 📝 Commits (2) - [`d1e94d8`](https://github.com/TheAlgorithms/C/commit/d1e94d8bba171f0aef059ebd2315e649bd12242a) combinations_with_repetitions.c added - [`425d31f`](https://github.com/TheAlgorithms/C/commit/425d31f1c767a45967dca129bdd3a95d93cbb1ae) Moved and updated loops to be C89-compatible ### 📊 Changes **2 files changed** (+88 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `computer_oriented_statistical_methods/combinations_with_repetitions.c` (+44 -0) ➕ `math/combinations_with_repetitions.c` (+44 -0) </details> ### 📄 Description _No description provided_ --- <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: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#451