mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26.2K\", \"totalSubmission\": \"63.6K\", \"totalAcceptedRaw\": 26233, \"totalSubmissionRaw\": 63570, \"acRate\": \"41.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26.3K\", \"totalSubmission\": \"63.6K\", \"totalAcceptedRaw\": 26253, \"totalSubmissionRaw\": 63613, \"acRate\": \"41.3%\"}",
|
||||
"hints": [
|
||||
"Sort the array on the basis of the attack values and group characters with the same attack together. How can you use these groups?",
|
||||
"Characters in one group will always have a lesser attack value than the characters of the next group. Hence, we will only need to check if there is a higher defense value present in the next groups."
|
||||
|
Reference in New Issue
Block a user