mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 681,
|
||||
"dislikes": 56,
|
||||
"likes": 685,
|
||||
"dislikes": 57,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Campus Bikes\", \"titleSlug\": \"campus-bikes\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[0,0],[2,1]]\n[[1,2],[3,3]]\n[[0,0],[1,1],[2,0]]\n[[1,0],[2,2],[2,1]]\n[[0,0],[1,0],[2,0],[3,0],[4,0]]\n[[0,999],[1,999],[2,999],[3,999],[4,999]]",
|
||||
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"37.5K\", \"totalSubmission\": \"68.6K\", \"totalAcceptedRaw\": 37512, \"totalSubmissionRaw\": 68595, \"acRate\": \"54.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"38K\", \"totalSubmission\": \"69.5K\", \"totalAcceptedRaw\": 38027, \"totalSubmissionRaw\": 69516, \"acRate\": \"54.7%\"}",
|
||||
"hints": [
|
||||
"Model the problem with a dp(pos, mask) where pos represents the current bike to be assigned and mask the set of available workers."
|
||||
],
|
||||
|
Reference in New Issue
Block a user