1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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": 5436,
"dislikes": 2420,
"likes": 5446,
"dislikes": 2421,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Copy List with Random Pointer\", \"titleSlug\": \"copy-list-with-random-pointer\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Clone Binary Tree With Random Pointer\", \"titleSlug\": \"clone-binary-tree-with-random-pointer\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Clone N-ary Tree\", \"titleSlug\": \"clone-n-ary-tree\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[[2,4],[1,3],[2,4],[1,3]]\n[[]]\n[]",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"685.9K\", \"totalSubmission\": \"1.5M\", \"totalAcceptedRaw\": 685916, \"totalSubmissionRaw\": 1456432, \"acRate\": \"47.1%\"}",
"stats": "{\"totalAccepted\": \"687.4K\", \"totalSubmission\": \"1.5M\", \"totalAcceptedRaw\": 687374, \"totalSubmissionRaw\": 1458440, \"acRate\": \"47.1%\"}",
"hints": [],
"solution": {
"id": "814",