Skip to content

Commit 5754bd0

Browse files
1 parent 45d3eab commit 5754bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/is_contains_unique_chars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def is_contains_unique_chars(input_str: str) -> bool:
77
False
88
99
Time complexity: O(n)
10-
Space compexity: O(1) 19320 bytes as we are having 144697 characters in unicode
10+
Space complexity: O(1) 19320 bytes as we are having 144697 characters in unicode
1111
"""
1212

1313
# Each bit will represent each unicode character

0 commit comments

Comments
 (0)