1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07: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": 5424,
"dislikes": 294,
"likes": 5637,
"dislikes": 309,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Maximum Depth of Binary Tree\", \"titleSlug\": \"maximum-depth-of-binary-tree\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[3,9,20,null,null,15,7]\n[1,2,2,3,3,null,null,4,4]\n[]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"729.5K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 729491, \"totalSubmissionRaw\": 1565819, \"acRate\": \"46.6%\"}",
"stats": "{\"totalAccepted\": \"748.1K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 748073, \"totalSubmissionRaw\": 1600638, \"acRate\": \"46.7%\"}",
"hints": [],
"solution": {
"id": "790",