Skip to content

Commit f57e157

Browse files
committed
Runtime: 93 ms (Top 58.73%) | Memory: 44.4 MB (Top 16.27%)
1 parent cea5bfb commit f57e157

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/I/Intersection of Two Arrays/Intersection of Two Arrays.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 93 ms (Top 58.73%) | Memory: 44.4 MB (Top 16.27%)
12
/**
23
* @param {number[]} nums1
34
* @param {number[]} nums2
@@ -13,4 +14,4 @@ var intersection = function(nums1, nums2) {
1314
}
1415
}
1516
return result;
16-
};
17+
};

0 commit comments

Comments
 (0)