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

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

Original Pull Request: https://github.com/TheAlgorithms/C/pull/497

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/497 **State:** closed **Merged:** Yes --- Added description about advantage of counting sort over comparison sort and how counting sort can be stabilized.
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#915