Oracle Interview Question

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

Interview Answer

Anonymous

Aug 24, 2020

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