[PR #484] [CLOSED] algorithm for pigeonhole sort #890

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/484
Author: @mohantyabhijit074
Created: 10/28/2019
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 205cabc algorithm for pigeonhole sort
  • 44c529f Rename 344.c to 344reversestring.c
  • 12d3e84 Rename 344reversestring.c to reversestring.c

📊 Changes

3 files changed (+96 additions, -0 deletions)

View changed files

leetcode/src/344reversestring.c (+7 -0)
leetcode/src/reversestring.c (+7 -0)
sorting/pigeonholesort.c (+82 -0)

📄 Description

#37
fixed issue with pegionhole sort algorithm


🔄 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/484 **Author:** [@mohantyabhijit074](https://github.com/mohantyabhijit074) **Created:** 10/28/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`205cabc`](https://github.com/TheAlgorithms/C/commit/205cabcd68ecb034e9aaa5b1d399a60d0e53fc75) algorithm for pigeonhole sort - [`44c529f`](https://github.com/TheAlgorithms/C/commit/44c529f13e16091741136d21761ee3a56c59ece0) Rename 344.c to 344reversestring.c - [`12d3e84`](https://github.com/TheAlgorithms/C/commit/12d3e84c65e00fe7396fdeef5c26418e1bb4fa9a) Rename 344reversestring.c to reversestring.c ### 📊 Changes **3 files changed** (+96 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `leetcode/src/344reversestring.c` (+7 -0) ➕ `leetcode/src/reversestring.c` (+7 -0) ➕ `sorting/pigeonholesort.c` (+82 -0) </details> ### 📄 Description #37 fixed issue with pegionhole sort algorithm --- <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:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#890