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": "Hard",
|
||||
"likes": 210,
|
||||
"likes": 223,
|
||||
"dislikes": 6,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Remove All Adjacent Duplicates in String II\", \"titleSlug\": \"remove-all-adjacent-duplicates-in-string-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Number of Pairs of Interchangeable Rectangles\", \"titleSlug\": \"number-of-pairs-of-interchangeable-rectangles\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6.8K\", \"totalSubmission\": \"19.5K\", \"totalAcceptedRaw\": 6772, \"totalSubmissionRaw\": 19461, \"acRate\": \"34.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.1K\", \"totalSubmission\": \"20.3K\", \"totalAcceptedRaw\": 7114, \"totalSubmissionRaw\": 20349, \"acRate\": \"35.0%\"}",
|
||||
"hints": [
|
||||
"Notice that the order of merging two numbers into their LCM does not matter so we can greedily merge elements to its left if possible.",
|
||||
"If a new value is formed, we should recursively check if it can be merged with the value to its left.",
|
||||
|
Reference in New Issue
Block a user