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": 479,
"likes": 496,
"dislikes": 14,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Minimum Number of Work Sessions to Finish the Tasks\", \"titleSlug\": \"minimum-number-of-work-sessions-to-finish-the-tasks\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"13.4K\", \"totalSubmission\": \"31.3K\", \"totalAcceptedRaw\": 13437, \"totalSubmissionRaw\": 31329, \"acRate\": \"42.9%\"}",
"stats": "{\"totalAccepted\": \"13.9K\", \"totalSubmission\": \"32.3K\", \"totalAcceptedRaw\": 13883, \"totalSubmissionRaw\": 32321, \"acRate\": \"43.0%\"}",
"hints": [
"We can select a subset of tasks and assign it to a worker then solve the subproblem on the remaining tasks"
],