[PR #8] [MERGED] Add insertion sort method #219

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/8
Author: @malnuxstarck
Created: 3/23/2017
Status: Merged
Merged: 4/6/2017
Merged by: @dynamitechetan

Base: masterHead: patch-3


📝 Commits (1)

  • 953d87a Add insertion sort method

📊 Changes

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

View changed files

InsertionSort.c (+29 -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/8 **Author:** [@malnuxstarck](https://github.com/malnuxstarck) **Created:** 3/23/2017 **Status:** ✅ Merged **Merged:** 4/6/2017 **Merged by:** [@dynamitechetan](https://github.com/dynamitechetan) **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (1) - [`953d87a`](https://github.com/TheAlgorithms/C/commit/953d87a21ca3a8228a9b8557791223c9edbd528a) Add insertion sort method ### 📊 Changes **1 file changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `InsertionSort.c` (+29 -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:09:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#219