mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
fix typo (#6375)
This commit is contained in:
parent
45d3eabeb5
commit
5754bd09ff
|
@ -7,7 +7,7 @@ def is_contains_unique_chars(input_str: str) -> bool:
|
||||||
False
|
False
|
||||||
|
|
||||||
Time complexity: O(n)
|
Time complexity: O(n)
|
||||||
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
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Each bit will represent each unicode character
|
# Each bit will represent each unicode character
|
||||||
|
|
Loading…
Reference in New Issue
Block a user