有效的字母异位词添加一些说明
This commit is contained in:
parent
0d3b8de512
commit
4993e9ff6b
|
|
@ -130,7 +130,7 @@ class Solution:
|
|||
return True
|
||||
```
|
||||
|
||||
Python写法二:
|
||||
Python写法二(没有使用数组作为哈希表,只是介绍defaultdict这样一种解题思路):
|
||||
|
||||
```python
|
||||
class Solution:
|
||||
|
|
|
|||
Loading…
Reference in New Issue