[PR #260] [MERGED] added useful changes and comments in countingSort.c #559

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/260
Author: @harshraj22
Created: 9/17/2019
Status: Merged
Merged: 10/10/2019
Merged by: @ashwek

Base: masterHead: update_CountingSort


📝 Commits (3)

  • 13138dd added useful changes and comments in countingSort.c
  • ab3ed0c updated to stop checking for declaring huge sized array
  • da30104 Merge branch 'master' into update_CountingSort

📊 Changes

1 file changed (+40 additions, -42 deletions)

View changed files

📝 sorting/countingSort.c (+40 -42)

📄 Description

This PR includes work done :

  • Indented Code
  • Updated Code to be able to handle unexpected inputs
  • Added comments for better understanding of the code.

Issue #259


🔄 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/260 **Author:** [@harshraj22](https://github.com/harshraj22) **Created:** 9/17/2019 **Status:** ✅ Merged **Merged:** 10/10/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `update_CountingSort` --- ### 📝 Commits (3) - [`13138dd`](https://github.com/TheAlgorithms/C/commit/13138dd0e9578dd8b62881d47bf2513d0eef1405) added useful changes and comments in countingSort.c - [`ab3ed0c`](https://github.com/TheAlgorithms/C/commit/ab3ed0c6bd7088d6493a9c71182fd7e39e35baca) updated to stop checking for declaring huge sized array - [`da30104`](https://github.com/TheAlgorithms/C/commit/da3010420d1e7b3d38cc71b38bcb6ad000f27300) Merge branch 'master' into update_CountingSort ### 📊 Changes **1 file changed** (+40 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `sorting/countingSort.c` (+40 -42) </details> ### 📄 Description This PR includes work done : - [x] Indented Code - [x] Updated Code to be able to handle unexpected inputs - [x] Added comments for better understanding of the code. Issue #259 --- <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:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#559