Search
⌘K

Leetcode 3131. Find the Integer Added to Array I

Find the integer x such that adding x to every element of nums1 produces a multiset equal to nums2. Since nums2 is nums1 uniformly shifted, x can be determined by comparing corresponding elements (e.g., after sorting).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.