Skip to content

Commit cefbb6b

Browse files
authored
Update Time Complexity
1 parent c47ebed commit cefbb6b

File tree

1 file changed

+1
-1
lines changed
  • longest-substring-without-repeating-characters

1 file changed

+1
-1
lines changed

longest-substring-without-repeating-characters/naringst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Runtime: 51ms, Memory: 16.83MB
3-
# Time complexity: O(len(s))
3+
# Time complexity: O(len(s)^2)
44
# Space complexity: O(len(s))
55

66
class Solution:

0 commit comments

Comments
 (0)