[PR #179] [CLOSED] Added comb sort #433

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

📋 Pull Request Information

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

Base: masterHead: comb_sort


📝 Commits (8)

📊 Changes

2 files changed (+118 additions, -45 deletions)

View changed files

📝 README.md (+72 -45)
sorting/comb_sort.c (+46 -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/179 **Author:** [@gbrunofranco](https://github.com/gbrunofranco) **Created:** 10/15/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `comb_sort` --- ### 📝 Commits (8) - [`c0aedb5`](https://github.com/TheAlgorithms/C/commit/c0aedb5e9c9510eab62f2ba160bd0da87d5614f7) added missing files to README - [`dd62175`](https://github.com/TheAlgorithms/C/commit/dd62175b6e5e86e7330b144b7a19b15b9308fd65) comb_sort added - [`cbf4962`](https://github.com/TheAlgorithms/C/commit/cbf49626069ef220b26ea0e5a986f1ecdabe59b1) added comb sort to README - [`1141fb5`](https://github.com/TheAlgorithms/C/commit/1141fb5f0e14ab1f351129da26681e632ecfe64e) Added memory deallocation - [`53ddbb3`](https://github.com/TheAlgorithms/C/commit/53ddbb3b5a50fcdb2020ec14a8bca836bdb14d73) Add comb sort - [`1bcc186`](https://github.com/TheAlgorithms/C/commit/1bcc186e255313e1db349b4fb12d3c55263b7ecf) merged comb_sort - [`fe88616`](https://github.com/TheAlgorithms/C/commit/fe88616daedd879829328ef2bafaabebeddf9c7c) Add comb sort - [`aeda827`](https://github.com/TheAlgorithms/C/commit/aeda827ea16b7927f00eab124f70e096e228ac62) Merge branch 'comb_sort' of github.com:gbrunofranco/C into comb_sort ### 📊 Changes **2 files changed** (+118 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+72 -45) ➕ `sorting/comb_sort.c` (+46 -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:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#433