[PR #290] [CLOSED] Create quicksort.c #596

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/290
Author: @mateuseap
Created: 10/1/2019
Status: Closed

Base: masterHead: patch-3


📝 Commits (2)

📊 Changes

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

View changed files

sorting/quicksort.c (+38 -0)

📄 Description

No description provided


🔄 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/290 **Author:** [@mateuseap](https://github.com/mateuseap) **Created:** 10/1/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (2) - [`b69df53`](https://github.com/TheAlgorithms/C/commit/b69df53091327aed78382ca27ce29f28920f3863) Create quicksort.c - [`f68bc2b`](https://github.com/TheAlgorithms/C/commit/f68bc2bfe7064935838ebafe3274c4f0a52dca15) Update quicksort.c ### 📊 Changes **1 file changed** (+38 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/quicksort.c` (+38 -0) </details> ### 📄 Description _No description provided_ --- <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:14:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#596