[PR #1310] [CLOSED] Update merge_sort.c #1909

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1310
Author: @Wassaf001
Created: 9/29/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+46 additions, -45 deletions)

View changed files

📝 sorting/merge_sort.c (+46 -45)

📄 Description

Changed variable names to be more precise respect to the work done.
Response to the issue no: #1291


🔄 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/1310 **Author:** [@Wassaf001](https://github.com/Wassaf001) **Created:** 9/29/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d3d4825`](https://github.com/TheAlgorithms/C/commit/d3d4825b510551b2a2b9810b95270c6d5459bae4) Update merge_sort.c ### 📊 Changes **1 file changed** (+46 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `sorting/merge_sort.c` (+46 -45) </details> ### 📄 Description Changed variable names to be more precise respect to the work done. Response to the issue no: #1291 --- <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:26:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1909