Skip to content

Commit 41977d0

Browse files
committed
Runtime: 55 ms (Top 98.76%) | Memory: 17.70 MB (Top 35.84%)
1 parent 2265740 commit 41977d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/algorithms/I/Intersection of Multiple Arrays/Intersection of Multiple Arrays.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 55 ms (Top 98.76%) | Memory: 17.70 MB (Top 35.84%)
12

23
class Solution:
34
def intersection(self, A: List[List[int]]) -> List[int]:

0 commit comments

Comments
 (0)