Contents:
- Heaps and Priority Queue
- Types of Heap
- Min-heap
- Max-heap
- Some uses of heap with their complexities.
- Problem from Hackerearth:
- Brute Force solution
- Solution using priority_queue
Hello Coders, I am writing this blogpost after a very long time. I am really sorry for that. :( This blogpost is related to a mathemat...