mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26.9K\", \"totalSubmission\": \"58K\", \"totalAcceptedRaw\": 26938, \"totalSubmissionRaw\": 58033, \"acRate\": \"46.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26.9K\", \"totalSubmission\": \"58.1K\", \"totalAcceptedRaw\": 26947, \"totalSubmissionRaw\": 58053, \"acRate\": \"46.4%\"}",
|
||||
"hints": [
|
||||
"Start from the end of the array and keep merging elements together until it is no longer possible.",
|
||||
"The answer will be the resulting element from the last merge operation."
|
||||
|
Reference in New Issue
Block a user