mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1126,
|
||||
"likes": 1139,
|
||||
"dislikes": 39,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Maximum Fruits Harvested After at Most K Steps\", \"titleSlug\": \"maximum-fruits-harvested-after-at-most-k-steps\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"38.3K\", \"totalSubmission\": \"92.3K\", \"totalAcceptedRaw\": 38253, \"totalSubmissionRaw\": 92270, \"acRate\": \"41.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"38.6K\", \"totalSubmission\": \"93K\", \"totalAcceptedRaw\": 38589, \"totalSubmissionRaw\": 93010, \"acRate\": \"41.5%\"}",
|
||||
"hints": [
|
||||
"Keep track of the engineers by their efficiency in decreasing order.",
|
||||
"Starting from one engineer, to build a team, it suffices to bring K-1 more engineers who have higher efficiencies as well as high speeds."
|
||||
|
Reference in New Issue
Block a user