mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1773,
|
||||
"dislikes": 276,
|
||||
"dislikes": 277,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Maximum Nesting Depth of Two Valid Parentheses Strings\", \"titleSlug\": \"maximum-nesting-depth-of-two-valid-parentheses-strings\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"(1+(2*3)+((8)/4))+1\"\n\"(1)+((2))+(((3)))\"",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"164.7K\", \"totalSubmission\": \"201.9K\", \"totalAcceptedRaw\": 164714, \"totalSubmissionRaw\": 201927, \"acRate\": \"81.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"164.8K\", \"totalSubmission\": \"202K\", \"totalAcceptedRaw\": 164751, \"totalSubmissionRaw\": 201967, \"acRate\": \"81.6%\"}",
|
||||
"hints": [
|
||||
"The depth of any character in the VPS is the ( number of left brackets before it ) - ( number of right brackets before it )"
|
||||
],
|
||||
|
Reference in New Issue
Block a user