mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 44,
|
||||
"dislikes": 35,
|
||||
"likes": 48,
|
||||
"dislikes": 37,
|
||||
"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}]",
|
||||
"exampleTestcases": "[\"cooler\",\"lock\",\"touch\"]\n[\"i like cooler cooler\",\"lock touch cool\",\"locker like touch\"]\n[\"a\",\"aa\",\"b\",\"c\"]\n[\"a\",\"a aa\",\"a a a a a\",\"b a\"]",
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"5.3K\", \"totalAcceptedRaw\": 3475, \"totalSubmissionRaw\": 5313, \"acRate\": \"65.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"5.7K\", \"totalAcceptedRaw\": 3733, \"totalSubmissionRaw\": 5655, \"acRate\": \"66.0%\"}",
|
||||
"hints": [
|
||||
"Use a hash map to count the frequency of each word of each string.",
|
||||
"Use the map for sorting the features."
|
||||
|
Reference in New Issue
Block a user