修改错别字
This commit is contained in:
parent
aad6b8cee2
commit
a8339121e6
|
|
@ -148,7 +148,7 @@ class Solution {
|
|||
### Python
|
||||
```python
|
||||
class Solution:
|
||||
# 思路1:优先考虑胃饼干
|
||||
# 思路1:优先考虑小胃口
|
||||
def findContentChildren(self, g: List[int], s: List[int]) -> int:
|
||||
g.sort()
|
||||
s.sort()
|
||||
|
|
@ -160,7 +160,7 @@ class Solution:
|
|||
```
|
||||
```python
|
||||
class Solution:
|
||||
# 思路2:优先考虑胃口
|
||||
# 思路2:优先考虑大胃口
|
||||
def findContentChildren(self, g: List[int], s: List[int]) -> int:
|
||||
g.sort()
|
||||
s.sort()
|
||||
|
|
|
|||
Loading…
Reference in New Issue