mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 16:31:42 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"99.7K\", \"totalSubmission\": \"226.8K\", \"totalAcceptedRaw\": 99673, \"totalSubmissionRaw\": 226836, \"acRate\": \"43.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"99.7K\", \"totalSubmission\": \"226.9K\", \"totalAcceptedRaw\": 99675, \"totalSubmissionRaw\": 226856, \"acRate\": \"43.9%\"}",
|
||||
"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