[PR #69] [MERGED] Add heap sort #291

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/69
Author: @haunt98
Created: 10/4/2017
Status: Merged
Merged: 12/27/2017
Merged by: @christianbender

Base: masterHead: master


📝 Commits (2)

  • 2abb7f5 add heap sort
  • 3af6c03 Merge remote-tracking branch 'upstream/master'

📊 Changes

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

View changed files

sorting/HeapSort.c (+70 -0)

📄 Description

I write my own implement of heap sort. Follow my teacher guide in university.


🔄 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/69 **Author:** [@haunt98](https://github.com/haunt98) **Created:** 10/4/2017 **Status:** ✅ Merged **Merged:** 12/27/2017 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`2abb7f5`](https://github.com/TheAlgorithms/C/commit/2abb7f5691e97a5ae4ea2b56ad86bdfa8f372892) add heap sort - [`3af6c03`](https://github.com/TheAlgorithms/C/commit/3af6c03d064a0220bb0bdb6026e7607f1d6e7e61) Merge remote-tracking branch 'upstream/master' ### 📊 Changes **1 file changed** (+70 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `sorting/HeapSort.c` (+70 -0) </details> ### 📄 Description I write my own implement of heap sort. Follow my teacher guide in university. --- <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:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#291