mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 00:41:42 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.2K\", \"totalSubmission\": \"23.9K\", \"totalAcceptedRaw\": 14176, \"totalSubmissionRaw\": 23940, \"acRate\": \"59.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.2K\", \"totalSubmission\": \"23.9K\", \"totalAcceptedRaw\": 14177, \"totalSubmissionRaw\": 23941, \"acRate\": \"59.2%\"}",
|
||||
"hints": [
|
||||
"All leaves that do not have a coin are redundant and can be deleted from the tree.",
|
||||
"Remove the leaves that do not have coins on them, so that the resulting tree will have a coin on every leaf.",
|
||||
|
Reference in New Issue
Block a user