mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 344,
|
||||
"dislikes": 205,
|
||||
"dislikes": 206,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Sort Array by Increasing Frequency\", \"titleSlug\": \"sort-array-by-increasing-frequency\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,100,200,1,100]\n1\n[2,2,2,2,3]\n2",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"31.7K\", \"totalSubmission\": \"53.7K\", \"totalAcceptedRaw\": 31706, \"totalSubmissionRaw\": 53674, \"acRate\": \"59.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.7K\", \"totalSubmission\": \"53.7K\", \"totalAcceptedRaw\": 31710, \"totalSubmissionRaw\": 53680, \"acRate\": \"59.1%\"}",
|
||||
"hints": [
|
||||
"Count the number of times each target value follows the key in the array.",
|
||||
"Choose the target with the maximum count and return it."
|
||||
|
Reference in New Issue
Block a user