⭐ Highly recommended
- Kth largest/smallest element in an array
- kth largest/smallest in an array. ⭐
- The Greedy merchant—"No one is wise from another man's woe” ⭐
- Array vs Stream—”to heapify or not to heapify”
- Similar Questions : Kth Element ⭐
- Quick select (Optional)
- Heaps with a payload
- K Closest Points to Origin ⭐
- Similar Questions: Heaps with a payload
- A deeper dive
- Heap vs Priority Queue ⭐
- A heap up close: Simulating a max heap ⭐
- Heaps and Sorting
- Sort a nearly sorted (or K sorted) array
- HeapSort: The simplest sorting algorithm.
- Heaps and a greedy mindset
- Reorganize String ⭐
- Ugly number, Not that Ugly to be honest!
- Similar Questions : Greedy ⭐
- Heap as a pointer/K-way merge
- Merge K Sorted Arrays ⭐
- Design Twitter (K way merge in Reverse)
- Smallest Range Covering Elements from K Lists
- Similar Questions : K way Merge ⭐
- Two heaps
- Median from Data Stream ⭐
- Similar Questions: Two Heaps
‣