1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

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