[PR #184] [CLOSED] Added permutations.c #443

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

📋 Pull Request Information

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

Base: masterHead: norep_permutations


📝 Commits (4)

📊 Changes

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

View changed files

math/permutations.c (+42 -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/184 **Author:** [@gbrunofranco](https://github.com/gbrunofranco) **Created:** 10/17/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `norep_permutations` --- ### 📝 Commits (4) - [`3298343`](https://github.com/TheAlgorithms/C/commit/3298343cab94672eba92ee94c3e77f5bd1755733) added permutations.c - [`97afde4`](https://github.com/TheAlgorithms/C/commit/97afde4b55bd63bed5952d5acd8153249cceb3a3) permutations.c updated - [`ab79cd7`](https://github.com/TheAlgorithms/C/commit/ab79cd7b1c433425ea433e23f702d72afd78802a) permutations.c updated indentation - [`6614411`](https://github.com/TheAlgorithms/C/commit/6614411f11446f4c29b66e02a1de10e5344980ce) Added memory deallocation ### 📊 Changes **1 file changed** (+42 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `math/permutations.c` (+42 -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:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#443