Skip to content

Commit 9465142

Browse files
committed
공간복잡도 업데이트
1 parent 0cb14ca commit 9465142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

valid-anagram/yuseok89.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TC: O(N)
2-
# SC: O(K)
2+
# SC: O(1)
33
class Solution:
44
def isAnagram(self, s: str, t: str) -> bool:
55

0 commit comments

Comments
 (0)