1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-09 01:11:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 2080,
"dislikes": 80,
"likes": 2079,
"dislikes": 81,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Binary Tree Postorder Traversal\", \"titleSlug\": \"binary-tree-postorder-traversal\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[[0,1],[0,2],[0,3]]\n5\n[[3,1],[3,2],[1,0],[0,4],[0,5],[4,6]]\n2\n[]\n1",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"62K\", \"totalSubmission\": \"94.7K\", \"totalAcceptedRaw\": 62042, \"totalSubmissionRaw\": 94736, \"acRate\": \"65.5%\"}",
"stats": "{\"totalAccepted\": \"62.1K\", \"totalSubmission\": \"94.8K\", \"totalAcceptedRaw\": 62066, \"totalSubmissionRaw\": 94775, \"acRate\": \"65.5%\"}",
"hints": [
"Can you record the size of each subtree?",
"If n people meet on the same node, what is the minimum number of cars needed?"