[PR #32] [MERGED] Added Implementation of quick sort #247

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/32
Author: @atishaya11
Created: 8/16/2017
Status: Merged
Merged: 9/4/2017
Merged by: @sachinarora707

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

Sorts/QuickSort.c (+100 -0)

📄 Description

Quick sort implemented in C with comments, and proper naming.


🔄 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/32 **Author:** [@atishaya11](https://github.com/atishaya11) **Created:** 8/16/2017 **Status:** ✅ Merged **Merged:** 9/4/2017 **Merged by:** [@sachinarora707](https://github.com/sachinarora707) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a74eb93`](https://github.com/TheAlgorithms/C/commit/a74eb9369e1854f0186ba98a613da3bf812e4559) Added quick sort ### 📊 Changes **1 file changed** (+100 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Sorts/QuickSort.c` (+100 -0) </details> ### 📄 Description Quick sort implemented in C with comments, and proper naming. --- <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:10:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#247