1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 3204,
"dislikes": 3686,
"likes": 3211,
"dislikes": 3691,
"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]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"299.7K\", \"totalSubmission\": \"436.7K\", \"totalAcceptedRaw\": 299729, \"totalSubmissionRaw\": 436744, \"acRate\": \"68.6%\"}",
"stats": "{\"totalAccepted\": \"300.6K\", \"totalSubmission\": \"437.8K\", \"totalAcceptedRaw\": 300613, \"totalSubmissionRaw\": 437814, \"acRate\": \"68.7%\"}",
"hints": [],
"solution": {
"id": "152",