We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb14ca commit 9465142Copy full SHA for 9465142
1 file changed
valid-anagram/yuseok89.py
@@ -1,5 +1,5 @@
1
# TC: O(N)
2
-# SC: O(K)
+# SC: O(1)
3
class Solution:
4
def isAnagram(self, s: str, t: str) -> bool:
5
0 commit comments