mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"37.6K\", \"totalSubmission\": \"63.8K\", \"totalAcceptedRaw\": 37557, \"totalSubmissionRaw\": 63755, \"acRate\": \"58.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"37.6K\", \"totalSubmission\": \"63.8K\", \"totalAcceptedRaw\": 37612, \"totalSubmissionRaw\": 63834, \"acRate\": \"58.9%\"}",
|
||||
"hints": [
|
||||
"考虑平衡树的定义。你可以检查单个节点的条件吗?你可以检查每个节点吗?",
|
||||
"如果你开发了一个蛮力解法,请注意它的运行时间。如果你是用于计算每个节点的子树的高度,那么该算法会很低效。",
|
||||
|
Reference in New Issue
Block a user