[PR #619] Update heap_sort.c #1068

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/619
Author: @Shwetik
Created: 9/30/2020
Status: 🔄 Open

Base: masterHead: patch-2


📝 Commits (7)

📊 Changes

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

View changed files

📝 sorting/heap_sort.c (+13 -0)

📄 Description

Description of Change

Added time complexities of functions used.

  • Relevant documentation/comments is changed or added


🔄 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/619 **Author:** [@Shwetik](https://github.com/Shwetik) **Created:** 9/30/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (7) - [`60a69ec`](https://github.com/TheAlgorithms/C/commit/60a69ecf5821db9336dc9d9b332a7ac7ae7f5117) Update heap_sort.c - [`ec8d670`](https://github.com/TheAlgorithms/C/commit/ec8d670aea9ffc7510f64dc2d5d229db2ab57867) Update heap_sort.c - [`18ee0c1`](https://github.com/TheAlgorithms/C/commit/18ee0c1546bc95e43cad013f0f7f19141de1758f) Update heap_sort.c - [`8de917d`](https://github.com/TheAlgorithms/C/commit/8de917de6e1be8aeb1d2d016ce4c0bcd426caa19) Update heap_sort.c - [`2ebc986`](https://github.com/TheAlgorithms/C/commit/2ebc98620c4738e8ef1fae1488451f260d2344a5) Update heap_sort.c - [`43087d6`](https://github.com/TheAlgorithms/C/commit/43087d6a1350bba79491a20ebc332bc9c3c60f1c) Update sorting/heap_sort.c - [`bf40819`](https://github.com/TheAlgorithms/C/commit/bf408191aea056933ea8f5803c6e49d4958396a1) Update sorting/heap_sort.c ### 📊 Changes **1 file changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `sorting/heap_sort.c` (+13 -0) </details> ### 📄 Description #### Description of Change Added time complexities of functions used. - [x] Relevant documentation/comments is changed or added <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/619"><img src="https://gitpod.io/api/apps/github/pbs/github.com/Shezza221b/C.git/bf408191aea056933ea8f5803c6e49d4958396a1.svg" /></a> --- <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:17:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1068