1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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": "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."