mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 105,
|
||||
"dislikes": 209,
|
||||
"dislikes": 210,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"The Latest Time to Catch a Bus\", \"titleSlug\": \"the-latest-time-to-catch-a-bus\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Total Cost to Hire K Workers\", \"titleSlug\": \"total-cost-to-hire-k-workers\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "1\n3\n[[1,1,2,1],[1,1,3,1],[1,1,4,1]]\n3\n2\n[[1,9,1,8],[10,10,10,10]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"7.9K\", \"totalAcceptedRaw\": 3658, \"totalSubmissionRaw\": 7943, \"acRate\": \"46.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"7.9K\", \"totalAcceptedRaw\": 3658, \"totalSubmissionRaw\": 7945, \"acRate\": \"46.0%\"}",
|
||||
"hints": [
|
||||
"Try simulating this process.",
|
||||
"We can use a priority queue to query over the least efficient worker."
|
||||
|
Reference in New Issue
Block a user