Oracle interview question

Round 2- (Coding) Write a program to find the Kth largest element in a linked list?

Interview Answer

Anonymous

24 Aug 2020

Use Partitions to reduce the search space every time a random pivot's sorted location is determined.