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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 1125,
"likes": 1126,
"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.2K\", \"totalSubmission\": \"92.2K\", \"totalAcceptedRaw\": 38222, \"totalSubmissionRaw\": 92211, \"acRate\": \"41.5%\"}",
"stats": "{\"totalAccepted\": \"38.3K\", \"totalSubmission\": \"92.3K\", \"totalAcceptedRaw\": 38253, \"totalSubmissionRaw\": 92270, \"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."