[PR #251] [MERGED] Add gnome sort #544

Closed
opened 2026-01-29 15:13:38 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/251
Author: @gbrunofranco
Created: 8/10/2019
Status: Merged
Merged: 8/10/2019
Merged by: @StepfenShawn

Base: masterHead: gnome_sort


📝 Commits (2)

  • 8eb6ef2 Add gnome sort
  • bbf8f1b Change for loop in gnome_sort.c, it's now C89-compatible

📊 Changes

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

View changed files

sorting/gnome_sort.c (+47 -0)

📄 Description

I've cleaned up my previous PR.


🔄 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/251 **Author:** [@gbrunofranco](https://github.com/gbrunofranco) **Created:** 8/10/2019 **Status:** ✅ Merged **Merged:** 8/10/2019 **Merged by:** [@StepfenShawn](https://github.com/StepfenShawn) **Base:** `master` ← **Head:** `gnome_sort` --- ### 📝 Commits (2) - [`8eb6ef2`](https://github.com/TheAlgorithms/C/commit/8eb6ef210c1b40e30035f1b5cd7395882abd194f) Add gnome sort - [`bbf8f1b`](https://github.com/TheAlgorithms/C/commit/bbf8f1b991d55578a7e440b20da1411af22d3134) Change for loop in gnome_sort.c, it's now C89-compatible ### 📊 Changes **1 file changed** (+47 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/gnome_sort.c` (+47 -0) </details> ### 📄 Description I've cleaned up my previous PR. --- <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:13:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#544