Bhupesh-V / 30-seconds-of-cpp

30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
https://bhupesh-v.github.io/30-Seconds-of-C++/
MIT License
1.45k stars 610 forks source link

created min-heap priority queue #699

Open sriyaradhika opened 1 year ago

sriyaradhika commented 1 year ago

In this type of priority queue, the smallest element gets the highest priority. This PR...

Changes

-> I have added min-heap priority queue syntax

Checklist