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 7a07689 commit af7b209Copy full SHA for af7b209
valid-anagram/heesun-task.py
@@ -25,4 +25,3 @@ def isAnagram(self, s: str, t: str) -> bool:
25
del s_dict[t_letter]
26
27
return len(s_dict) == 0
28
-
0 commit comments