ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
508 stars 363 forks source link

Implemented a Min Heap #327

Closed apgreenberg closed 4 years ago

apgreenberg commented 4 years ago

I implemented a min_heap with documentation and comprehensive tests.

The heap is implemented with a vector containing nodes with integer values. The vector represents a min_heap tree. Examples are provided in the code.

stale[bot] commented 4 years ago

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.