Function find_kth_largest

Source
pub fn find_kth_largest(nums: Vec<i32>, k: i32) -> i32