mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"37.5K\", \"totalSubmission\": \"68.5K\", \"totalAcceptedRaw\": 37473, \"totalSubmissionRaw\": 68523, \"acRate\": \"54.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"37.5K\", \"totalSubmission\": \"68.6K\", \"totalAcceptedRaw\": 37512, \"totalSubmissionRaw\": 68595, \"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