mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 850,
|
||||
"dislikes": 63,
|
||||
"likes": 877,
|
||||
"dislikes": 64,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[5,5,4]\n1\n[4,3,1,1,3,3,2]\n3",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"67.9K\", \"totalSubmission\": \"112.8K\", \"totalAcceptedRaw\": 67866, \"totalSubmissionRaw\": 112847, \"acRate\": \"60.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"69.4K\", \"totalSubmission\": \"115.3K\", \"totalAcceptedRaw\": 69442, \"totalSubmissionRaw\": 115261, \"acRate\": \"60.2%\"}",
|
||||
"hints": [
|
||||
"Use a map to count the frequencies of the numbers in the array.",
|
||||
"An optimal strategy is to remove the numbers with the smallest count first."
|
||||
|
Reference in New Issue
Block a user