Start valid anagram
This commit is contained in:
parent
cf7e3882ed
commit
07f0cc4163
7
Top150Interview/242_Valid_Anagram.py
Normal file
7
Top150Interview/242_Valid_Anagram.py
Normal file
@ -0,0 +1,7 @@
|
||||
def isAnagram(s, t):
|
||||
"""
|
||||
:type s: str
|
||||
:type t: str
|
||||
:rtype: bool
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user