mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 2411,
|
||||
"dislikes": 129,
|
||||
"likes": 2412,
|
||||
"dislikes": 130,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"IPO\", \"titleSlug\": \"ipo\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Minimum Cost to Hire K Workers\", \"titleSlug\": \"minimum-cost-to-hire-k-workers\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,3,3,2]\n[2,1,3,4]\n3\n[4,2,3,1,1]\n[7,5,10,9,6]\n1",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"68.6K\", \"totalSubmission\": \"126.1K\", \"totalAcceptedRaw\": 68587, \"totalSubmissionRaw\": 126096, \"acRate\": \"54.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"68.6K\", \"totalSubmission\": \"126.2K\", \"totalAcceptedRaw\": 68636, \"totalSubmissionRaw\": 126239, \"acRate\": \"54.4%\"}",
|
||||
"hints": [
|
||||
"How can we use sorting here?",
|
||||
"Try sorting the two arrays based on second array.",
|
||||
|
Reference in New Issue
Block a user