Skip to content

Commit de5a9bc

Browse files
committed
feat: Add empty file river20s.py
1 parent 7685be4 commit de5a9bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

valid-palindrome/river20s.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
class Solution(object):
2+
def isAnagram(self, s, t):
3+
"""
4+
:type s: str
5+
:type t: str
6+
:rtype: bool
7+
"""
8+

0 commit comments

Comments
 (0)