[PR #142] [CLOSED] some changes in insertion sort #372

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/142
Author: @PiyushMishra318
Created: 10/1/2018
Status: Closed

Base: masterHead: insertion-sort


📝 Commits (1)

  • 71fce0f some changes in insertion sort

📊 Changes

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

View changed files

📝 Sorts/InsertionSort.c (+29 -32)

📄 Description

updated insertion sort with less LOC..


🔄 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/142 **Author:** [@PiyushMishra318](https://github.com/PiyushMishra318) **Created:** 10/1/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `insertion-sort` --- ### 📝 Commits (1) - [`71fce0f`](https://github.com/TheAlgorithms/C/commit/71fce0ffc4d0412e5b62a31105c194af2e0d855b) some changes in insertion sort ### 📊 Changes **1 file changed** (+29 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `Sorts/InsertionSort.c` (+29 -32) </details> ### 📄 Description updated insertion sort with less LOC.. --- <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:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#372