1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -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": [
"考虑平衡树的定义。你可以检查单个节点的条件吗?你可以检查每个节点吗?",
"如果你开发了一个蛮力解法,请注意它的运行时间。如果你是用于计算每个节点的子树的高度,那么该算法会很低效。",