1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21: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": 1169,
"dislikes": 1782,
"likes": 1207,
"dislikes": 1815,
"isLiked": null,
"similarQuestions": "[{\"title\": \"H-Index II\", \"titleSlug\": \"h-index-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[3,0,6,1,5]\n[1,3,1]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"228.7K\", \"totalSubmission\": \"610.3K\", \"totalAcceptedRaw\": 228661, \"totalSubmissionRaw\": 610325, \"acRate\": \"37.5%\"}",
"stats": "{\"totalAccepted\": \"231.7K\", \"totalSubmission\": \"616.8K\", \"totalAcceptedRaw\": 231731, \"totalSubmissionRaw\": 616849, \"acRate\": \"37.6%\"}",
"hints": [
"An easy approach is to sort the array first.",
"What are the possible values of h-index?",