mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1497] [CLOSED] Added Binary Heap Algorithm (Min Heap) in C #2095
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1497
Author: @Dibbu-cell
Created: 10/4/2025
Status: ❌ Closed
Base:
master← Head:change1📝 Commits (1)
8f41f0dmin_binary_heap📊 Changes
1 file changed (+267 additions, -0 deletions)
View changed files
➕
data_structures/binary_trees/min_binary_heap.c(+267 -0)📄 Description
Description of Change
Added a Min Binary Heap implementation in C under the binary_trees folder.
Fixes #1496
Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md
References
https://en.wikipedia.org/wiki/Binary_heap
Checklist
Notes: I have added Binary Heap Algorithm (Min Heap) .
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.