Find the k-th largest element in an unsorted array.
k
Example:
Input: nums = [3,2,1,5,6,4], k = 2 Output: 5