[PR #276] [MERGED] Update countingSort.c #578

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/276
Author: @Dips2705
Created: 10/1/2019
Status: Merged
Merged: 10/8/2019
Merged by: @ashwek

Base: masterHead: master


📝 Commits (2)

  • ac66bb4 Update countingSort.c
  • f854410 Merge pull request #1 from Dips2705/Dips2705-patch-1

📊 Changes

1 file changed (+45 additions, -28 deletions)

View changed files

📝 sorting/countingSort.c (+45 -28)

📄 Description

Written a proper legible code with good formatting and comments.


🔄 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/276 **Author:** [@Dips2705](https://github.com/Dips2705) **Created:** 10/1/2019 **Status:** ✅ Merged **Merged:** 10/8/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ac66bb4`](https://github.com/TheAlgorithms/C/commit/ac66bb494bd551fca377bd601d7b657bdda7b4f0) Update countingSort.c - [`f854410`](https://github.com/TheAlgorithms/C/commit/f854410d65c23cd333c25c00b2694b2cabf10747) Merge pull request #1 from Dips2705/Dips2705-patch-1 ### 📊 Changes **1 file changed** (+45 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `sorting/countingSort.c` (+45 -28) </details> ### 📄 Description Written a proper legible code with good formatting and comments. --- <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:13:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#578