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\": \"91.5K\", \"totalSubmission\": \"137.1K\", \"totalAcceptedRaw\": 91499, \"totalSubmissionRaw\": 137066, \"acRate\": \"66.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"91.5K\", \"totalSubmission\": \"137.1K\", \"totalAcceptedRaw\": 91504, \"totalSubmissionRaw\": 137071, \"acRate\": \"66.8%\"}",
|
||||
"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