1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."