[PR #72] [MERGED] Bucket Sort Added #297

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/72
Author: @ankitxjoshi
Created: 10/13/2017
Status: Merged
Merged: 1/15/2018
Merged by: @christianbender

Base: masterHead: bucket-sort


📝 Commits (1)

📊 Changes

1 file changed (+175 additions, -0 deletions)

View changed files

sorting/BucketSort.c (+175 -0)

📄 Description

No description provided


🔄 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/72 **Author:** [@ankitxjoshi](https://github.com/ankitxjoshi) **Created:** 10/13/2017 **Status:** ✅ Merged **Merged:** 1/15/2018 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `bucket-sort` --- ### 📝 Commits (1) - [`209de0c`](https://github.com/TheAlgorithms/C/commit/209de0c0d1960b320a36a1cc9b2b7622046f763b) Bucket Sort Added ### 📊 Changes **1 file changed** (+175 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/BucketSort.c` (+175 -0) </details> ### 📄 Description _No description provided_ --- <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:11:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#297