2605. Form Smallest Number From Two Digit Arrays
Given two arrays of unique digits
nums1
andnums2
, return the smallest number that contains at least one digit from each array.
1 | class Solution { |
2605. Form Smallest Number From Two Digit Arrays
Given two arrays of unique digits
nums1
andnums2
, return the smallest number that contains at least one digit from each array.
1 | class Solution { |