[PR #247] [MERGED] Sorting and README.md updates #541

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/247
Author: @arjunmann73
Created: 7/25/2019
Status: Merged
Merged: 8/3/2019
Merged by: @danghai

Base: masterHead: sorting_patch


📝 Commits (5)

📊 Changes

2 files changed (+93 additions, -0 deletions)

View changed files

📝 README.md (+9 -0)
sorting/radixsort.c (+84 -0)

📄 Description

Added radix sort and formatted the code (was previously marked for this).


🔄 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/247 **Author:** [@arjunmann73](https://github.com/arjunmann73) **Created:** 7/25/2019 **Status:** ✅ Merged **Merged:** 8/3/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `sorting_patch` --- ### 📝 Commits (5) - [`842cb21`](https://github.com/TheAlgorithms/C/commit/842cb215f5724088c1e712937b26de9bbe46db8b) Added Radix Sort - [`61e4460`](https://github.com/TheAlgorithms/C/commit/61e4460104ef93c0f13db17f9b905eb17999a40b) Added MAX() function definition - [`e739f35`](https://github.com/TheAlgorithms/C/commit/e739f3530e56443f67f4a9acd75a1b80f123c27e) Update README.md - [`5852279`](https://github.com/TheAlgorithms/C/commit/585227967ac3967afe6bbd47d1a3bdfa7c45065c) Update README.md - [`b09f1d0`](https://github.com/TheAlgorithms/C/commit/b09f1d0f46e1266dd2083acfc07e156fbbc69e1c) Formatted RadixSort Code ### 📊 Changes **2 files changed** (+93 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+9 -0) ➕ `sorting/radixsort.c` (+84 -0) </details> ### 📄 Description Added radix sort and formatted the code (was previously marked for this). --- <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:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#541