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": "Medium",
"likes": 5212,
"dislikes": 202,
"likes": 5395,
"dislikes": 206,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Kth Largest Element in an Array\", \"titleSlug\": \"kth-largest-element-in-an-array\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Top K Frequent Elements\", \"titleSlug\": \"top-k-frequent-elements\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Top K Frequent Words\", \"titleSlug\": \"top-k-frequent-words\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find Nearest Point That Has the Same X or Y Coordinate\", \"titleSlug\": \"find-nearest-point-that-has-the-same-x-or-y-coordinate\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[[1,3],[-2,2]]\n1\n[[3,3],[5,-1],[-2,4]]\n2",
@@ -173,7 +173,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"720.5K\", \"totalSubmission\": \"1.1M\", \"totalAcceptedRaw\": 720512, \"totalSubmissionRaw\": 1091872, \"acRate\": \"66.0%\"}",
"stats": "{\"totalAccepted\": \"742.5K\", \"totalSubmission\": \"1.1M\", \"totalAcceptedRaw\": 742502, \"totalSubmissionRaw\": 1125725, \"acRate\": \"66.0%\"}",
"hints": [],
"solution": {
"id": "1272",