HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof ⚡
MIT License
876 stars 1.05k forks source link

Convert Min heap to max heap #7515

Closed AnushkaS09 closed 3 years ago

AnushkaS09 commented 3 years ago

Have you read the Contributing Guidelines on Pull Requests?

Yes

Description

C++ program to convert Min heap to max heap

Checklist

Related Issues or Pull Requests

ISSUE: #7513