1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +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": true,
"difficulty": "Medium",
"likes": 922,
"dislikes": 294,
"likes": 940,
"dislikes": 305,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Subtree of Another Tree\", \"titleSlug\": \"subtree-of-another-tree\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Longest Univalue Path\", \"titleSlug\": \"longest-univalue-path\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[5,1,5,5,5,null,5]\n[]\n[5,5,5,5,5,null,5]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"116.2K\", \"totalSubmission\": \"212.4K\", \"totalAcceptedRaw\": 116230, \"totalSubmissionRaw\": 212387, \"acRate\": \"54.7%\"}",
"stats": "{\"totalAccepted\": \"118.6K\", \"totalSubmission\": \"216.5K\", \"totalAcceptedRaw\": 118599, \"totalSubmissionRaw\": 216513, \"acRate\": \"54.8%\"}",
"hints": [],
"solution": {
"id": "703",