[PR #513] [MERGED] index now starts from 1 #929

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/513
Author: @tania-cmyk
Created: 2/2/2020
Status: Merged
Merged: 4/18/2020
Merged by: @StepfenShawn

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 sorting/gnome_sort.c (+5 -5)

📄 Description

Please review and suggest changes if my solution doesn't take care of the issue.


🔄 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/513 **Author:** [@tania-cmyk](https://github.com/tania-cmyk) **Created:** 2/2/2020 **Status:** ✅ Merged **Merged:** 4/18/2020 **Merged by:** [@StepfenShawn](https://github.com/StepfenShawn) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`aac957c`](https://github.com/TheAlgorithms/C/commit/aac957c7a25fb4775fb5f3221c66e2d87111c87e) index now starts from 1 ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `sorting/gnome_sort.c` (+5 -5) </details> ### 📄 Description Please review and suggest changes if my solution doesn't take care of the issue. --- <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:16:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#929