mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"27.2K\", \"totalSubmission\": \"41.8K\", \"totalAcceptedRaw\": 27194, \"totalSubmissionRaw\": 41771, \"acRate\": \"65.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"27.2K\", \"totalSubmission\": \"41.8K\", \"totalAcceptedRaw\": 27195, \"totalSubmissionRaw\": 41772, \"acRate\": \"65.1%\"}",
|
||||
"hints": [
|
||||
"Think greedily.",
|
||||
"If you build the string from the end to the beginning, it will always be optimal to put the highest possible character at the current index."
|
||||
|
Reference in New Issue
Block a user