1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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": 409,
"dislikes": 70,
"likes": 452,
"dislikes": 73,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Kth Largest Element in an Array\", \"titleSlug\": \"kth-largest-element-in-an-array\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"3\",\"6\",\"7\",\"10\"]\n4\n[\"2\",\"21\",\"12\",\"1\"]\n3\n[\"0\",\"0\"]\n2",
@@ -167,7 +167,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"26.2K\", \"totalSubmission\": \"58.7K\", \"totalAcceptedRaw\": 26227, \"totalSubmissionRaw\": 58674, \"acRate\": \"44.7%\"}",
"stats": "{\"totalAccepted\": \"27.8K\", \"totalSubmission\": \"62.3K\", \"totalAcceptedRaw\": 27849, \"totalSubmissionRaw\": 62334, \"acRate\": \"44.7%\"}",
"hints": [
"If two numbers have different lengths, which one will be larger?",
"The longer number is the larger number.",