AlgoMaster Logo

Kth Largest Element in an Array

nums=[3, 2, 1, 5, 6, 4],k=2
0 / 17
nums321564min_heap (size: 02)
algomaster.io
Step:Start: Find kth largest element using min-heap