1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21: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": "Medium",
"likes": 5446,
"dislikes": 2421,
"likes": 5583,
"dislikes": 2475,
"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\": \"687.4K\", \"totalSubmission\": \"1.5M\", \"totalAcceptedRaw\": 687374, \"totalSubmissionRaw\": 1458440, \"acRate\": \"47.1%\"}",
"stats": "{\"totalAccepted\": \"705.1K\", \"totalSubmission\": \"1.5M\", \"totalAcceptedRaw\": 705079, \"totalSubmissionRaw\": 1483133, \"acRate\": \"47.5%\"}",
"hints": [],
"solution": {
"id": "814",