[PR #168] [CLOSED] Application of Merge sort #414

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/168
Author: @adityasheth2000
Created: 10/8/2018
Status: Closed

Base: masterHead: patch-3


📝 Commits (1)

  • b6cc144 Application of Merge sort

📊 Changes

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

View changed files

Sorts/Modified Merge sort (+95 -0)

📄 Description

This merge sort takes two arrays. Then it sorts both the arrays with one merge sort in ascending order and the other array's element are changed corresponding to the elements in first array.


🔄 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/168 **Author:** [@adityasheth2000](https://github.com/adityasheth2000) **Created:** 10/8/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`b6cc144`](https://github.com/TheAlgorithms/C/commit/b6cc144a7ba441a749d60534855f48cd61bcf6ab) Application of Merge sort ### 📊 Changes **1 file changed** (+95 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Sorts/Modified Merge sort` (+95 -0) </details> ### 📄 Description This merge sort takes two arrays. Then it sorts both the arrays with one merge sort in ascending order and the other array's element are changed corresponding to the elements in first array. --- <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:12:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#414