Heap tree implementation
Sort an Array - https://leetcode.com/problems/sort-an-array/description/
Minimum Cost of ropes - https://www.geeksforgeeks.org/problems/minimum-cost-of-ropes-1587115620/1
Kth Largest Element in an Array - https://leetcode.com/problems/kth-largest-element-in-an-array/description/
Top K Frequent Elements - https://leetcode.com/problems/top-k-frequent-elements/description/
Solution - https://leetcode.com/problems/top-k-frequent-elements/submissions/1860404256