修复 0242.有效的字母异位词.md md格式错误
This commit is contained in:
parent
d1c1e4b9eb
commit
1f31f092f1
|
|
@ -163,6 +163,7 @@ class Solution(object):
|
||||||
a_count = Counter(s)
|
a_count = Counter(s)
|
||||||
b_count = Counter(t)
|
b_count = Counter(t)
|
||||||
return a_count == b_count
|
return a_count == b_count
|
||||||
|
```
|
||||||
|
|
||||||
Go:
|
Go:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue