We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47ebed commit cefbb6bCopy full SHA for cefbb6b
longest-substring-without-repeating-characters/naringst.py
@@ -1,6 +1,6 @@
1
2
# Runtime: 51ms, Memory: 16.83MB
3
-# Time complexity: O(len(s))
+# Time complexity: O(len(s)^2)
4
# Space complexity: O(len(s))
5
6
class Solution:
0 commit comments