[PR #1294] [CLOSED] Merge sort added more efficient #1893

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1294
Author: @BamaCharanChhandogi
Created: 8/6/2023
Status: Closed

Base: masterHead: mergeSort


📝 Commits (3)

  • 0420097 Merge sort added more efficient
  • b7840f3 Merge sort good naming more efficent
  • a68d478 added test cases

📊 Changes

1 file changed (+81 additions, -102 deletions)

View changed files

📝 sorting/merge_sort.c (+81 -102)

📄 Description

Description of Change

References

Checklist

  • Added description of the change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments are changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before you make a new one, since yours may be duplicated.
  • I acknowledge that all my contributions will be under the project's license.

Notes:


🔄 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/1294 **Author:** [@BamaCharanChhandogi](https://github.com/BamaCharanChhandogi) **Created:** 8/6/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mergeSort` --- ### 📝 Commits (3) - [`0420097`](https://github.com/TheAlgorithms/C/commit/04200974c7bddbe714f2a3d635f10d26382b6997) Merge sort added more efficient - [`b7840f3`](https://github.com/TheAlgorithms/C/commit/b7840f3c844a376fab4683c3fd18a21193ed0c06) Merge sort good naming more efficent - [`a68d478`](https://github.com/TheAlgorithms/C/commit/a68d47884e193c267bbf618f3964c93040cf3791) added test cases ### 📊 Changes **1 file changed** (+81 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `sorting/merge_sort.c` (+81 -102) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of the change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Added tests and example, test must pass - [x] Relevant documentation/comments are changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before you make a new one, since yours may be duplicated. - [x] I acknowledge that all my contributions will be under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <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:25:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1893