Oracle interview question

Find the kth largest element in an array

Interview Answer

Anonymous

23 Sept 2020

Using priority Queue or by sorting the array