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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1502,
|
||||
"dislikes": 48,
|
||||
"likes": 1526,
|
||||
"dislikes": 50,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "3\n27\n5\n73",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"78.4K\", \"totalSubmission\": \"117K\", \"totalAcceptedRaw\": 78419, \"totalSubmissionRaw\": 117033, \"acRate\": \"67.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"79.4K\", \"totalSubmission\": \"118.4K\", \"totalAcceptedRaw\": 79374, \"totalSubmissionRaw\": 118423, \"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