mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-06 23:28:29 +08:00
Merge pull request #2145 from Ao-Last/patch-1
修复 0242.有效的字母异位词.md md格式错误
This commit is contained in:
@ -163,6 +163,7 @@ class Solution(object):
|
||||
a_count = Counter(s)
|
||||
b_count = Counter(t)
|
||||
return a_count == b_count
|
||||
```
|
||||
|
||||
Go:
|
||||
|
||||
|
Reference in New Issue
Block a user