mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 22781,
|
||||
"likes": 22782,
|
||||
"dislikes": 1586,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Generate Parentheses\", \"titleSlug\": \"generate-parentheses\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Longest Valid Parentheses\", \"titleSlug\": \"longest-valid-parentheses\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Remove Invalid Parentheses\", \"titleSlug\": \"remove-invalid-parentheses\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Check If Word Is Valid After Substitutions\", \"titleSlug\": \"check-if-word-is-valid-after-substitutions\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Check if a Parentheses String Can Be Valid\", \"titleSlug\": \"check-if-a-parentheses-string-can-be-valid\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Move Pieces to Obtain a String\", \"titleSlug\": \"move-pieces-to-obtain-a-string\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4M\", \"totalSubmission\": \"10M\", \"totalAcceptedRaw\": 4025012, \"totalSubmissionRaw\": 10002222, \"acRate\": \"40.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4M\", \"totalSubmission\": \"10M\", \"totalAcceptedRaw\": 4025665, \"totalSubmissionRaw\": 10003664, \"acRate\": \"40.2%\"}",
|
||||
"hints": [
|
||||
"Use a stack of characters.",
|
||||
"When you encounter an opening bracket, push it to the top of the stack.",
|
||||
|
Reference in New Issue
Block a user