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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 849,
|
||||
"likes": 850,
|
||||
"dislikes": 63,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"67.7K\", \"totalSubmission\": \"112.6K\", \"totalAcceptedRaw\": 67697, \"totalSubmissionRaw\": 112583, \"acRate\": \"60.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"67.9K\", \"totalSubmission\": \"112.8K\", \"totalAcceptedRaw\": 67866, \"totalSubmissionRaw\": 112847, \"acRate\": \"60.1%\"}",
|
||||
"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