[PR #135] [CLOSED] Create iterativeQS.c #368

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/135
Author: @akshaykumar2505
Created: 6/28/2018
Status: Closed

Base: masterHead: patch-3


📝 Commits (1)

📊 Changes

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

View changed files

sorting/iterativeQS.c (+35 -0)

📄 Description

iterative sorting 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/135 **Author:** [@akshaykumar2505](https://github.com/akshaykumar2505) **Created:** 6/28/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`6b7c950`](https://github.com/TheAlgorithms/C/commit/6b7c950665a28a64352ef693d3dace564b5c13c7) Create iterativeQS.c ### 📊 Changes **1 file changed** (+35 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/iterativeQS.c` (+35 -0) </details> ### 📄 Description iterative sorting 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:12:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#368