[PR #497] [MERGED] Indented "counting Sort" and fixed compilation errors #912

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/497
Author: @r7919
Created: 11/7/2019
Status: Merged
Merged: 11/9/2019
Merged by: @ashwek

Base: masterHead: master


📝 Commits (2)

  • 5c1e88c Indented "countingSort" and fixed compilation errors
  • 6159abc format code

📊 Changes

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

View changed files

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

📄 Description

Added description about advantage of counting sort over comparison sort and
how counting sort can be stabilized.


🔄 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/497 **Author:** [@r7919](https://github.com/r7919) **Created:** 11/7/2019 **Status:** ✅ Merged **Merged:** 11/9/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`5c1e88c`](https://github.com/TheAlgorithms/C/commit/5c1e88cc51174b0d65fcbfe524d507a3ea10f9a6) Indented "countingSort" and fixed compilation errors - [`6159abc`](https://github.com/TheAlgorithms/C/commit/6159abcff1881fd061e6c012be44bb2a3d79591b) format code ### 📊 Changes **1 file changed** (+45 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `sorting/countingSort.c` (+45 -27) </details> ### 📄 Description Added description about advantage of counting sort over comparison sort and how counting sort can be stabilized. --- <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:16: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#912