[PR #104] [MERGED] #102 pull request heap sort is modified at input process to receive an integer directly. #330

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/104
Author: @koseokkyu
Created: 11/24/2017
Status: Merged
Merged: 11/25/2017
Merged by: @AnupKumarPanwar

Base: masterHead: master


📝 Commits (3)

📊 Changes

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

View changed files

Searches/Jump_Search.c (+33 -0)
Sorts/HeapSort.c (+62 -0)

📄 Description

heap sort is modified.

Please give me feedback.


🔄 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/104 **Author:** [@koseokkyu](https://github.com/koseokkyu) **Created:** 11/24/2017 **Status:** ✅ Merged **Merged:** 11/25/2017 **Merged by:** [@AnupKumarPanwar](https://github.com/AnupKumarPanwar) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`19a2def`](https://github.com/TheAlgorithms/C/commit/19a2def4a9b6f24a9597bb326845c4b8e004fae5) add heapsort - [`04527df`](https://github.com/TheAlgorithms/C/commit/04527dfc5605fe37ee243c499ac83f57a42e49ba) add jumpsearch - [`bb6582f`](https://github.com/TheAlgorithms/C/commit/bb6582f12bdd55120199946ece9730098556d79d) modify heapsort ### 📊 Changes **2 files changed** (+95 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Searches/Jump_Search.c` (+33 -0) ➕ `Sorts/HeapSort.c` (+62 -0) </details> ### 📄 Description heap sort is modified. Please give me feedback. --- <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:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#330