[PR #80] [MERGED] Adding comments to the code #303

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/80
Author: @Sudeepam97
Created: 10/17/2017
Status: Merged
Merged: 10/20/2017
Merged by: @dynamitechetan

Base: masterHead: master


📝 Commits (2)

📊 Changes

1 file changed (+22 additions, -16 deletions)

View changed files

📝 sorting/InsertionSort.c (+22 -16)

📄 Description

I've added some comments to the code and have tried to make the code more explanatory, so that newbies may be able to better understand how each line is performing a part of this 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/80 **Author:** [@Sudeepam97](https://github.com/Sudeepam97) **Created:** 10/17/2017 **Status:** ✅ Merged **Merged:** 10/20/2017 **Merged by:** [@dynamitechetan](https://github.com/dynamitechetan) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ea50acb`](https://github.com/TheAlgorithms/C/commit/ea50acb609d15752176c90abf8af10611df867dc) Update InsertionSort.c - [`41f0292`](https://github.com/TheAlgorithms/C/commit/41f029253146088e628562321781ccd72a93eba6) Update InsertionSort.c ### 📊 Changes **1 file changed** (+22 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `sorting/InsertionSort.c` (+22 -16) </details> ### 📄 Description I've added some comments to the code and have tried to make the code more explanatory, so that newbies may be able to better understand how each line is performing a part of this 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:11:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#303