[PR #168] Application of Merge sort #419

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

Original Pull Request: https://github.com/TheAlgorithms/C/pull/168

State: closed
Merged: No


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.

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/168 **State:** closed **Merged:** No --- 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.
claunia added the pull-request label 2026-01-29 15:12:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#419