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": 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"
|
||||
],
|
||||
|
Reference in New Issue
Block a user