1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 16:31:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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."