1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 789,
"dislikes": 167,
"likes": 817,
"dislikes": 170,
"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)))\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"81K\", \"totalSubmission\": \"97.6K\", \"totalAcceptedRaw\": 80952, \"totalSubmissionRaw\": 97562, \"acRate\": \"83.0%\"}",
"stats": "{\"totalAccepted\": \"83.6K\", \"totalSubmission\": \"100.9K\", \"totalAcceptedRaw\": 83644, \"totalSubmissionRaw\": 100863, \"acRate\": \"82.9%\"}",
"hints": [
"The depth of any character in the VPS is the ( number of left brackets before it ) - ( number of right brackets before it )"
],