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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 895,
"dislikes": 337,
"likes": 896,
"dislikes": 338,
"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]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"364.7K\", \"totalSubmission\": \"945.3K\", \"totalAcceptedRaw\": 364726, \"totalSubmissionRaw\": 945253, \"acRate\": \"38.6%\"}",
"stats": "{\"totalAccepted\": \"365K\", \"totalSubmission\": \"945.7K\", \"totalAcceptedRaw\": 364959, \"totalSubmissionRaw\": 945693, \"acRate\": \"38.6%\"}",
"hints": [
"An easy approach is to sort the array first.",
"What are the possible values of h-index?",