1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1249,
"likes": 1278,
"dislikes": 34,
"isLiked": null,
"similarQuestions": "[]",
@@ -125,7 +125,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"47K\", \"totalSubmission\": \"71.6K\", \"totalAcceptedRaw\": 47010, \"totalSubmissionRaw\": 71626, \"acRate\": \"65.6%\"}",
"stats": "{\"totalAccepted\": \"48.1K\", \"totalSubmission\": \"73.2K\", \"totalAcceptedRaw\": 48074, \"totalSubmissionRaw\": 73185, \"acRate\": \"65.7%\"}",
"hints": [
"Find all brackets in the string.",
"Does the order of the reverse matter ?",