mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -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?"
|
||||
|
Reference in New Issue
Block a user