1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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

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