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