mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-10 01:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 4102,
|
||||
"likes": 4104,
|
||||
"dislikes": 492,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"686.5K\", \"totalSubmission\": \"787K\", \"totalAcceptedRaw\": 686472, \"totalSubmissionRaw\": 787023, \"acRate\": \"87.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"686.8K\", \"totalSubmission\": \"787.3K\", \"totalAcceptedRaw\": 686756, \"totalSubmissionRaw\": 787345, \"acRate\": \"87.2%\"}",
|
||||
"hints": [
|
||||
"Use greedy approach. For each kid check if candies[i] + extraCandies ≥ maximum in Candies[i]."
|
||||
],
|
||||
|
Reference in New Issue
Block a user