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

@@ -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."