[PR #225] [MERGED] Add partition sort algorithm #511

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/225
Author: @danghai
Created: 5/5/2019
Status: Merged
Merged: 5/7/2019
Merged by: @yanglbme

Base: masterHead: master


📝 Commits (1)

  • 261caac Add partition sort algorithm

📊 Changes

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

View changed files

sorting/partitionSort.c (+62 -0)

📄 Description

Hi,
I make PR for adding partition sort algorithm.


🔄 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/225 **Author:** [@danghai](https://github.com/danghai) **Created:** 5/5/2019 **Status:** ✅ Merged **Merged:** 5/7/2019 **Merged by:** [@yanglbme](https://github.com/yanglbme) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`261caac`](https://github.com/TheAlgorithms/C/commit/261caac197e6f1ad72bfcd153637f7b604283b73) Add partition sort algorithm ### 📊 Changes **1 file changed** (+62 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/partitionSort.c` (+62 -0) </details> ### 📄 Description Hi, I make PR for adding partition sort algorithm. --- <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:13:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#511