1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 728,
"dislikes": 36,
"likes": 742,
"dislikes": 37,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Kth Smallest Element in a Sorted Matrix\", \"titleSlug\": \"kth-smallest-element-in-a-sorted-matrix\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Kth Smallest Number in Multiplication Table\", \"titleSlug\": \"kth-smallest-number-in-multiplication-table\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Find K-th Smallest Pair Distance\", \"titleSlug\": \"find-k-th-smallest-pair-distance\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,2,3,5]\n3\n[1,7]\n1",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"25.5K\", \"totalSubmission\": \"52.8K\", \"totalAcceptedRaw\": 25487, \"totalSubmissionRaw\": 52847, \"acRate\": \"48.2%\"}",
"stats": "{\"totalAccepted\": \"25.9K\", \"totalSubmission\": \"53.5K\", \"totalAcceptedRaw\": 25941, \"totalSubmissionRaw\": 53509, \"acRate\": \"48.5%\"}",
"hints": [],
"solution": {
"id": "427",