We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d3eab commit 5754bd0Copy full SHA for 5754bd0
strings/is_contains_unique_chars.py
@@ -7,7 +7,7 @@ def is_contains_unique_chars(input_str: str) -> bool:
7
False
8
9
Time complexity: O(n)
10
- Space compexity: O(1) 19320 bytes as we are having 144697 characters in unicode
+ Space complexity: O(1) 19320 bytes as we are having 144697 characters in unicode
11
"""
12
13
# Each bit will represent each unicode character
0 commit comments