Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a833912

Browse files
修改错别字
1 parent aad6b8c commit a833912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎problems/0455.分发饼干.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Solution {
148148
### Python
149149
```python
150150
class Solution:
151-
# 思路1:优先考虑胃饼干
151+
# 思路1:优先考虑小胃口
152152
def findContentChildren(self, g: List[int], s: List[int]) -> int:
153153
g.sort()
154154
s.sort()
@@ -160,7 +160,7 @@ class Solution:
160160
```
161161
```python
162162
class Solution:
163-
# 思路2:优先考虑胃口
163+
# 思路2:优先考虑大胃口
164164
def findContentChildren(self, g: List[int], s: List[int]) -> int:
165165
g.sort()
166166
s.sort()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /