[PR #441] [CLOSED] new add i.e quicksort.c #826

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/441
Author: @Rishikesh-12
Created: 10/20/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

quicksort.c (+58 -0)

📄 Description

A simple program for quick sort in c programming language.


🔄 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/441 **Author:** [@Rishikesh-12](https://github.com/Rishikesh-12) **Created:** 10/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`878105a`](https://github.com/TheAlgorithms/C/commit/878105a56a01c0c08bfff83881dfba4725dca010) new add i.e quicksort.c ### 📊 Changes **1 file changed** (+58 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `quicksort.c` (+58 -0) </details> ### 📄 Description A simple program for quick sort in c programming language. --- <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:15: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#826