mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-20 12:29:34 +00:00
[PR #1445] [CLOSED] Added new sorting algorithm, middle sort #2039
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1445
Author: @dja322
Created: 11/5/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
298a4b4Added new sorting algorithm, middle sort📊 Changes
1 file changed (+220 additions, -0 deletions)
View changed files
➕
sorting/middle_sort.c(+220 -0)📄 Description
Description of Change
Add a new algorithm called middle sort, which starts in the middle of an array and sorts it from the center element(s) outwards until the edges of the array are reached, at which point the array is sorted.
References
Checklist
Notes: Add a new sorting algorithm called middle sort
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.