mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"28.1K\", \"totalSubmission\": \"50.6K\", \"totalAcceptedRaw\": 28141, \"totalSubmissionRaw\": 50603, \"acRate\": \"55.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"28.2K\", \"totalSubmission\": \"50.7K\", \"totalAcceptedRaw\": 28191, \"totalSubmissionRaw\": 50669, \"acRate\": \"55.6%\"}",
|
||||
"hints": [
|
||||
"Note that if a node u contains an apple then all edges in the path from the root to the node u have to be used forward and backward (2 times).",
|
||||
"Therefore use a depth-first search (DFS) to check if an edge will be used or not."
|
||||
|
Reference in New Issue
Block a user