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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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