Topic: Array Problem / Level: intermediate

Problem: Find the kth largest sum of a subarray using a min-heap.

Run the code to see the output here...