[PR #274] [MERGED] updated shellSort.c #574

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/274
Author: @SanyuktaSaha
Created: 10/1/2019
Status: Merged
Merged: 10/7/2019
Merged by: @danghai

Base: masterHead: patch-3


📝 Commits (1)

📊 Changes

1 file changed (+31 additions, -62 deletions)

View changed files

📝 sorting/shellSort.c (+31 -62)

📄 Description

re-written the code with only fewer lines making it more clear and consise.


🔄 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/274 **Author:** [@SanyuktaSaha](https://github.com/SanyuktaSaha) **Created:** 10/1/2019 **Status:** ✅ Merged **Merged:** 10/7/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`4cd255d`](https://github.com/TheAlgorithms/C/commit/4cd255d2902f000c10c54d81dbbb08062bda31ca) updated shellSort.c ### 📊 Changes **1 file changed** (+31 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `sorting/shellSort.c` (+31 -62) </details> ### 📄 Description re-written the code with only fewer lines making it more clear and consise. --- <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:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#574