mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1495,
|
||||
"likes": 1502,
|
||||
"dislikes": 48,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"78.2K\", \"totalSubmission\": \"116.7K\", \"totalAcceptedRaw\": 78177, \"totalSubmissionRaw\": 116676, \"acRate\": \"67.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"78.4K\", \"totalSubmission\": \"117K\", \"totalAcceptedRaw\": 78419, \"totalSubmissionRaw\": 117033, \"acRate\": \"67.0%\"}",
|
||||
"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