[PR #11] [MERGED] Create SelectionSort.c #221

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/11
Author: @theycallmemac
Created: 4/22/2017
Status: Merged
Merged: 4/23/2017
Merged by: @dynamitechetan

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

SelectionSort.c (+40 -0)

📄 Description

Implementation of Selection sort in C.


🔄 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/11 **Author:** [@theycallmemac](https://github.com/theycallmemac) **Created:** 4/22/2017 **Status:** ✅ Merged **Merged:** 4/23/2017 **Merged by:** [@dynamitechetan](https://github.com/dynamitechetan) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`bbdf3b3`](https://github.com/TheAlgorithms/C/commit/bbdf3b3586edadab79b3ea3a97ab0e9964301a93) Create SelectionSort.c ### 📊 Changes **1 file changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `SelectionSort.c` (+40 -0) </details> ### 📄 Description Implementation of Selection sort in C. --- <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:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#221