1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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."