1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1324,
"dislikes": 1695,
"likes": 1349,
"dislikes": 1725,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Construct Binary Tree from String\", \"titleSlug\": \"construct-binary-tree-from-string\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find Duplicate Subtrees\", \"titleSlug\": \"find-duplicate-subtrees\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,2,3,4]\n[1,2,3,null,4]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"126.3K\", \"totalSubmission\": \"219.3K\", \"totalAcceptedRaw\": 126252, \"totalSubmissionRaw\": 219288, \"acRate\": \"57.6%\"}",
"stats": "{\"totalAccepted\": \"127.9K\", \"totalSubmission\": \"221.8K\", \"totalAcceptedRaw\": 127873, \"totalSubmissionRaw\": 221776, \"acRate\": \"57.7%\"}",
"hints": [],
"solution": {
"id": "152",