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": 3896,
"dislikes": 940,
"likes": 3990,
"dislikes": 943,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Binary Tree Level Order Traversal\", \"titleSlug\": \"binary-tree-level-order-traversal\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"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[2,null,3,null,4,null,5,null,6]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"727.5K\", \"totalSubmission\": \"1.7M\", \"totalAcceptedRaw\": 727508, \"totalSubmissionRaw\": 1719637, \"acRate\": \"42.3%\"}",
"stats": "{\"totalAccepted\": \"742.3K\", \"totalSubmission\": \"1.7M\", \"totalAcceptedRaw\": 742257, \"totalSubmissionRaw\": 1748349, \"acRate\": \"42.5%\"}",
"hints": [],
"solution": {
"id": "602",