Function top_k_frequent

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