[PR #308] [CLOSED] added inPlaceMergeSort algorithm in C #628

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/308
Author: @Vineet-Sharma29
Created: 10/2/2019
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 9ef01c2 added inPlaceMergeSort algorithm in C
  • 33bef2d Fixed bugs in InPlaceMergeSort.c

📊 Changes

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

View changed files

sorting/InPlaceMergeSort.c (+114 -0)

📄 Description

This PR implements in-place merge sort in C


🔄 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/308 **Author:** [@Vineet-Sharma29](https://github.com/Vineet-Sharma29) **Created:** 10/2/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`9ef01c2`](https://github.com/TheAlgorithms/C/commit/9ef01c244231f20786da2c26e7ff09af60dd2066) added inPlaceMergeSort algorithm in C - [`33bef2d`](https://github.com/TheAlgorithms/C/commit/33bef2d006dcfcd59a9866c65ef63e18ca3a77a6) Fixed bugs in InPlaceMergeSort.c ### 📊 Changes **1 file changed** (+114 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/InPlaceMergeSort.c` (+114 -0) </details> ### 📄 Description This PR implements in-place merge sort in C --- <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:14:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#628