1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07:51: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": "Medium",
"likes": 5933,
"dislikes": 399,
"dislikes": 400,
"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\": \"Kth Smallest Product of Two Sorted Arrays\", \"titleSlug\": \"kth-smallest-product-of-two-sorted-arrays\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,7,11]\n[2,4,6]\n3\n[1,1,2]\n[1,2,3]\n2\n[1,2]\n[3]\n3",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"271K\", \"totalSubmission\": \"675.6K\", \"totalAcceptedRaw\": 271028, \"totalSubmissionRaw\": 675620, \"acRate\": \"40.1%\"}",
"stats": "{\"totalAccepted\": \"271.1K\", \"totalSubmission\": \"675.8K\", \"totalAcceptedRaw\": 271063, \"totalSubmissionRaw\": 675767, \"acRate\": \"40.1%\"}",
"hints": [],
"solution": {
"id": "1845",