We use a Uint16Array as counter since the length could be 1001 which means the ... const intersect = (nums1, nums2) => { const set = new Uint16Array(1001); ...
確定! 回上一頁