mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 00:43:04 +08:00
有效的字母异位词添加一些说明
This commit is contained in:
@ -130,7 +130,7 @@ class Solution:
|
||||
return True
|
||||
```
|
||||
|
||||
Python写法二:
|
||||
Python写法二(没有使用数组作为哈希表,只是介绍defaultdict这样一种解题思路):
|
||||
|
||||
```python
|
||||
class Solution:
|
||||
|
Reference in New Issue
Block a user