1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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 )"
],