technojam / Ultimate_Algorithms_Repository

This is a collection of Data Structures and Algorithms
83 stars 166 forks source link

binary heap #321

Open apurvk4 opened 4 years ago

apurvk4 commented 4 years ago

Title or Name of the Algorithm A header file to create both min Heap and Max heap.

Describe the algorithm i want to add a header file which can create both min heap and max heap . the min heap or max heap class will be a generic class so users can create Heap for any type of objects.