mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"141.6K\", \"totalSubmission\": \"165.6K\", \"totalAcceptedRaw\": 141598, \"totalSubmissionRaw\": 165594, \"acRate\": \"85.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"141.6K\", \"totalSubmission\": \"165.6K\", \"totalAcceptedRaw\": 141601, \"totalSubmissionRaw\": 165597, \"acRate\": \"85.5%\"}",
|
||||
"hints": [
|
||||
"Traverse the tree keeping the parent and the grandparent.",
|
||||
"If the grandparent of the current node is even-valued, add the value of this node to the answer."
|
||||
|
Reference in New Issue
Block a user