1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1324,
"dislikes": 1693,
"dislikes": 1695,
"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.1K\", \"totalSubmission\": \"219.1K\", \"totalAcceptedRaw\": 126112, \"totalSubmissionRaw\": 219107, \"acRate\": \"57.6%\"}",
"stats": "{\"totalAccepted\": \"126.3K\", \"totalSubmission\": \"219.3K\", \"totalAcceptedRaw\": 126252, \"totalSubmissionRaw\": 219288, \"acRate\": \"57.6%\"}",
"hints": [],
"solution": {
"id": "152",