mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.9K\", \"totalSubmission\": \"16.9K\", \"totalAcceptedRaw\": 8874, \"totalSubmissionRaw\": 16854, \"acRate\": \"52.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.1K\", \"totalSubmission\": \"17.2K\", \"totalAcceptedRaw\": 9090, \"totalSubmissionRaw\": 17224, \"acRate\": \"52.8%\"}",
|
||||
"hints": [
|
||||
"As we can only delete characters, if we have multiple characters having the same frequency, we must decrease all the frequencies of them, except one.",
|
||||
"Sort the alphabet characters by their frequencies non-increasingly.",
|
||||
|
Reference in New Issue
Block a user