[PR #180] [CLOSED] Gnome sort added #434

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/180
Author: @gbrunofranco
Created: 10/15/2018
Status: Closed

Base: masterHead: gnome_sort


📝 Commits (6)

📊 Changes

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

View changed files

sorting/gnome_sort.c (+48 -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/180 **Author:** [@gbrunofranco](https://github.com/gbrunofranco) **Created:** 10/15/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `gnome_sort` --- ### 📝 Commits (6) - [`66e9dcf`](https://github.com/TheAlgorithms/C/commit/66e9dcfe5ab92f2434dac7eb544f6b5b8a0bf002) gnome sort added - [`18363b1`](https://github.com/TheAlgorithms/C/commit/18363b1b3318acb04daaf633cb4cdec2c0fc5c11) Added memory deallocation - [`bef4dab`](https://github.com/TheAlgorithms/C/commit/bef4dab5d1a2699814d602933d25abebc87261d9) Updated spacing - [`a98dfa1`](https://github.com/TheAlgorithms/C/commit/a98dfa1d8bce4e7b9459e79e542f0ccda4335d75) Fixed a problem with sorting repeated values - [`4bc0360`](https://github.com/TheAlgorithms/C/commit/4bc0360a377def6beb6799910d3becf4a551e0b4) Updated spacing - [`48e4573`](https://github.com/TheAlgorithms/C/commit/48e45731c741a19fd035b30decadef03fef29bf0) Updated spacing ### 📊 Changes **1 file changed** (+48 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/gnome_sort.c` (+48 -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#434