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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 396,
|
||||
"likes": 397,
|
||||
"dislikes": 36,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Top K Frequent Elements\", \"titleSlug\": \"top-k-frequent-elements\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Top K Frequent Words\", \"titleSlug\": \"top-k-frequent-words\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"30.5K\", \"totalSubmission\": \"54.2K\", \"totalAcceptedRaw\": 30524, \"totalSubmissionRaw\": 54248, \"acRate\": \"56.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"30.5K\", \"totalSubmission\": \"54.3K\", \"totalAcceptedRaw\": 30535, \"totalSubmissionRaw\": 54269, \"acRate\": \"56.3%\"}",
|
||||
"hints": [
|
||||
"The number of words in a message is equal to the number of spaces + 1.",
|
||||
"Use a hash map to count the total number of words from each sender."
|
||||
|
Reference in New Issue
Block a user