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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 918,
"dislikes": 292,
"likes": 922,
"dislikes": 294,
"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\": \"116K\", \"totalSubmission\": \"212.1K\", \"totalAcceptedRaw\": 116021, \"totalSubmissionRaw\": 212051, \"acRate\": \"54.7%\"}",
"stats": "{\"totalAccepted\": \"116.2K\", \"totalSubmission\": \"212.4K\", \"totalAcceptedRaw\": 116230, \"totalSubmissionRaw\": 212387, \"acRate\": \"54.7%\"}",
"hints": [],
"solution": {
"id": "703",