Skip to content

Commit 3682555

Browse files
authored
Update minimum-index-sum-of-two-lists.cpp
1 parent 39eace8 commit 3682555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/minimum-index-sum-of-two-lists.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(m + n), m is the size of list1, n is the size of list2
1+
// Time: O((m + n) * l), m is the size of list1, n is the size of list2
22
// Space: O(m * l), l is the average string length
33

44
class Solution {

0 commit comments

Comments
 (0)