Topic: Array Problem / Level: intermediate

Problem: Find the kth largest sum of subarrays in an array using a min-heap and sliding window approach.

Run the code to see the output here...