mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.2K\", \"totalSubmission\": \"3.4K\", \"totalAcceptedRaw\": 2195, \"totalSubmissionRaw\": 3372, \"acRate\": \"65.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.2K\", \"totalSubmission\": \"3.4K\", \"totalAcceptedRaw\": 2197, \"totalSubmissionRaw\": 3376, \"acRate\": \"65.1%\"}",
|
||||
"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