mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 484,
|
||||
"likes": 486,
|
||||
"dislikes": 28,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Smallest Sufficient Team\", \"titleSlug\": \"smallest-sufficient-team\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Find Minimum Time to Finish All Jobs\", \"titleSlug\": \"find-minimum-time-to-finish-all-jobs\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.1K\", \"totalSubmission\": \"35.2K\", \"totalAcceptedRaw\": 11072, \"totalSubmissionRaw\": 35237, \"acRate\": \"31.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.1K\", \"totalSubmission\": \"35.3K\", \"totalAcceptedRaw\": 11120, \"totalSubmissionRaw\": 35338, \"acRate\": \"31.5%\"}",
|
||||
"hints": [
|
||||
"Try all possible ways of assignment.",
|
||||
"If we can store the assignments in form of a state then we can reuse that state and solve the problem in a faster way."
|
||||
|
Reference in New Issue
Block a user