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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 521,
|
||||
"likes": 522,
|
||||
"dislikes": 223,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Plates Between Candles\", \"titleSlug\": \"plates-between-candles\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"19.7K\", \"totalSubmission\": \"52.9K\", \"totalAcceptedRaw\": 19724, \"totalSubmissionRaw\": 52920, \"acRate\": \"37.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"19.7K\", \"totalSubmission\": \"53K\", \"totalAcceptedRaw\": 19738, \"totalSubmissionRaw\": 52974, \"acRate\": \"37.3%\"}",
|
||||
"hints": [
|
||||
"Since we can rearrange the substring, all we care about is the frequency of each character in that substring.",
|
||||
"How to find the character frequencies efficiently ?",
|
||||
|
Reference in New Issue
Block a user