mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 5711,
|
||||
"likes": 5712,
|
||||
"dislikes": 272,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Valid Parentheses\", \"titleSlug\": \"valid-parentheses\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Minimum Number of Swaps to Make the String Balanced\", \"titleSlug\": \"minimum-number-of-swaps-to-make-the-string-balanced\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"404.3K\", \"totalSubmission\": \"849.1K\", \"totalAcceptedRaw\": 404341, \"totalSubmissionRaw\": 849127, \"acRate\": \"47.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"404.4K\", \"totalSubmission\": \"849.2K\", \"totalAcceptedRaw\": 404378, \"totalSubmissionRaw\": 849185, \"acRate\": \"47.6%\"}",
|
||||
"hints": [
|
||||
"Since we do not know which brackets can be removed, we try all the options! We can use recursion.",
|
||||
"In the recursion, for each bracket, we can either use it or remove it.",
|
||||
|
Reference in New Issue
Block a user