[PR #181] [CLOSED] Added cycle sort #440

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/181
Author: @gbrunofranco
Created: 10/15/2018
Status: Closed

Base: masterHead: cycle_sort


📝 Commits (5)

📊 Changes

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

View changed files

sorting/cycle_sort.c (+62 -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/181 **Author:** [@gbrunofranco](https://github.com/gbrunofranco) **Created:** 10/15/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cycle_sort` --- ### 📝 Commits (5) - [`2db3d04`](https://github.com/TheAlgorithms/C/commit/2db3d0436a4defa2d93d15526200975f2d38a6b7) added cycle_sort - [`527e5a3`](https://github.com/TheAlgorithms/C/commit/527e5a35e446c31ac54bf6a5d842cc00b8446e2f) Added memory deallocation - [`79f1c6d`](https://github.com/TheAlgorithms/C/commit/79f1c6d65ee8dc15aaa1ac1d4aaaed1a5914c99b) Updated spacing - [`e862907`](https://github.com/TheAlgorithms/C/commit/e862907e994407de53fc4e23f6071fd83bd6b0e3) Added display function - [`18a8ca2`](https://github.com/TheAlgorithms/C/commit/18a8ca22684bce1919bb12a4dfc6ad6157013ef5) Bugfix and C89-compatible loops ### 📊 Changes **1 file changed** (+62 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/cycle_sort.c` (+62 -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:12:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#440