[PR #45] [CLOSED] Sorting Errors fixed #257

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/45
Author: @ankitrgadiya
Created: 9/29/2017
Status: Closed

Base: masterHead: typo/InsertionSort


📝 Commits (1)

📊 Changes

4 files changed (+5 additions, -3 deletions)

View changed files

📝 sorting/InsertionSort.c (+1 -1)
📝 sorting/OtherBubbleSort.c (+1 -1)
📝 sorting/mergesort.c.c (+2 -1)
📝 sorting/qiksort.c (+1 -0)

📄 Description

  • InsertionSort: Typo fixed
  • mergesort: Fixed missing header, printf statement
  • OtherBubbleSort: Typo fixed
  • qiksort: Fixed missing header

DO NOT MERGE


🔄 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/45 **Author:** [@ankitrgadiya](https://github.com/ankitrgadiya) **Created:** 9/29/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `typo/InsertionSort` --- ### 📝 Commits (1) - [`d6623ba`](https://github.com/TheAlgorithms/C/commit/d6623ba77e3a62191c666bc11426d01d262001fe) Error Fixed ### 📊 Changes **4 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `sorting/InsertionSort.c` (+1 -1) 📝 `sorting/OtherBubbleSort.c` (+1 -1) 📝 `sorting/mergesort.c.c` (+2 -1) 📝 `sorting/qiksort.c` (+1 -0) </details> ### 📄 Description * InsertionSort: Typo fixed * mergesort: Fixed missing header, printf statement * OtherBubbleSort: Typo fixed * qiksort: Fixed missing header **DO NOT MERGE** --- <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:10: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#257