Skip to content

Conversation

@Dibbu-cell
Copy link

Description of Change

Added a Min Binary Heap implementation in C under the binary_trees folder.

  • Supports insert, extract min, search, and display.
  • Includes self-tests as per guidelines.
  • Follows Doxygen documentation and naming conventions.

Fixes #1496

Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md

References

https://en.wikipedia.org/wiki/Binary_heap

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes: I have added Binary Heap Algorithm (Min Heap) .

@Dibbu-cell
Copy link
Author

Hi! This PR is for Hacktoberfest. Please add the hacktoberfest-accepted label if it cannot be merged soon. Thank you!

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]Add Binary Heap Algorithm (Min Heap) in C

1 participant