1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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": 1572,
"dislikes": 44,
"likes": 1596,
"dislikes": 45,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Kth Smallest Element in a Sorted Matrix\", \"titleSlug\": \"kth-smallest-element-in-a-sorted-matrix\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find K-th Smallest Pair Distance\", \"titleSlug\": \"find-k-th-smallest-pair-distance\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"K-th Smallest Prime Fraction\", \"titleSlug\": \"k-th-smallest-prime-fraction\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "3\n3\n5\n2\n3\n6",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"47.5K\", \"totalSubmission\": \"93.1K\", \"totalAcceptedRaw\": 47458, \"totalSubmissionRaw\": 93148, \"acRate\": \"50.9%\"}",
"stats": "{\"totalAccepted\": \"48.1K\", \"totalSubmission\": \"94.2K\", \"totalAcceptedRaw\": 48085, \"totalSubmissionRaw\": 94222, \"acRate\": \"51.0%\"}",
"hints": [],
"solution": {
"id": "241",