...

/

Next Greater Element I

Next Greater Element I

Try to solve the Next Greater Element I problem.

Statement

Given the two distinct integer arrays, nums1 and nums2, where nums1 is a subset of nums2, find all the next greater elements for nums1 values in the corresponding places of nums2.

In general, the next greater element of an element, ...