Oracle Interview Question

Find the kth largest element in an array

Interview Answer

Anonymous

Sep 23, 2020

Using priority Queue or by sorting the array