Function next_greater_element

Source
pub fn next_greater_element(nums1: Vec<i32>, nums2: Vec<i32>) -> Vec<i32>