[PR #534] [MERGED] added heap to readme; missing in the master README #958

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/534
Author: @ghost
Created: 5/18/2020
Status: Merged
Merged: 5/19/2020
Merged by: @deadshotsb

Base: masterHead: dev


📝 Commits (1)

  • 8e8e8df added heap to readme; missing in the master README

📊 Changes

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

View changed files

📝 README.md (+3 -0)

📄 Description

Added the heap structure in the README.md file ; it was already implemented but was missing in the doc.


🔄 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/534 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/18/2020 **Status:** ✅ Merged **Merged:** 5/19/2020 **Merged by:** [@deadshotsb](https://github.com/deadshotsb) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (1) - [`8e8e8df`](https://github.com/TheAlgorithms/C/commit/8e8e8df40698ef927d23a2d2b3d7970b4d97a4de) added heap to readme; missing in the master README ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) </details> ### 📄 Description Added the heap structure in the README.md file ; it was already implemented but was missing in the doc. --- <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:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#958