mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 13:06:47 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.7K\", \"totalSubmission\": \"15.1K\", \"totalAcceptedRaw\": 8699, \"totalSubmissionRaw\": 15131, \"acRate\": \"57.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.7K\", \"totalSubmission\": \"15.2K\", \"totalAcceptedRaw\": 8712, \"totalSubmissionRaw\": 15168, \"acRate\": \"57.4%\"}",
|
||||
"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