We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39eace8 commit 3682555Copy full SHA for 3682555
C++/minimum-index-sum-of-two-lists.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(m + n), m is the size of list1, n is the size of list2
+// Time: O((m + n) * l), m is the size of list1, n is the size of list2
2
// Space: O(m * l), l is the average string length
3
4
class Solution {
0 commit comments