This commit is contained in:
Beksultan 2022-09-21 21:37:38 +06:00 committed by GitHub
parent 45d3eabeb5
commit 5754bd09ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ def is_contains_unique_chars(input_str: str) -> bool:
False
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