Source: cirosantilli/k-th-largest-element-in-an-array

= K-th largest element in an array
{wiki}

Simple interview problem!
* https://leetcode.com/problems/kth-largest-element-in-an-array/solutions/60309
* https://www.geeksforgeeks.org/kth-largest-element-in-an-array/