1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1168,
"dislikes": 1779,
"likes": 1169,
"dislikes": 1782,
"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.4K\", \"totalSubmission\": \"609.9K\", \"totalAcceptedRaw\": 228447, \"totalSubmissionRaw\": 609859, \"acRate\": \"37.5%\"}",
"stats": "{\"totalAccepted\": \"228.7K\", \"totalSubmission\": \"610.3K\", \"totalAcceptedRaw\": 228661, \"totalSubmissionRaw\": 610325, \"acRate\": \"37.5%\"}",
"hints": [
"An easy approach is to sort the array first.",
"What are the possible values of h-index?",