mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -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?",
|
||||
|
Reference in New Issue
Block a user