mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.1K\", \"totalSubmission\": \"15.2K\", \"totalAcceptedRaw\": 9126, \"totalSubmissionRaw\": 15218, \"acRate\": \"60.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.1K\", \"totalSubmission\": \"15.2K\", \"totalAcceptedRaw\": 9130, \"totalSubmissionRaw\": 15225, \"acRate\": \"60.0%\"}",
|
||||
"hints": [
|
||||
"Root the tree at node <code>0</code>.",
|
||||
"If a leaf node is not divisible by <code>k</code>, it must be in the same component as its parent node so we merge it with its parent node.",
|
||||
|
Reference in New Issue
Block a user