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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 4278,
"dislikes": 71,
"likes": 4285,
"dislikes": 72,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Construct Binary Tree from Preorder and Inorder Traversal\", \"titleSlug\": \"construct-binary-tree-from-preorder-and-inorder-traversal\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[9,3,15,20,7]\n[9,15,7,20,3]\n[-1]\n[-1]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"386K\", \"totalSubmission\": \"701.6K\", \"totalAcceptedRaw\": 385965, \"totalSubmissionRaw\": 701595, \"acRate\": \"55.0%\"}",
"stats": "{\"totalAccepted\": \"386.5K\", \"totalSubmission\": \"702.3K\", \"totalAcceptedRaw\": 386474, \"totalSubmissionRaw\": 702252, \"acRate\": \"55.0%\"}",
"hints": [],
"solution": {
"id": "732",