1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"5.2K\", \"totalSubmission\": \"10.3K\", \"totalAcceptedRaw\": 5178, \"totalSubmissionRaw\": 10311, \"acRate\": \"50.2%\"}",
"stats": "{\"totalAccepted\": \"5.2K\", \"totalSubmission\": \"10.3K\", \"totalAcceptedRaw\": 5191, \"totalSubmissionRaw\": 10328, \"acRate\": \"50.3%\"}",
"hints": [
"Consider a DFS traversal of the tree. You can keep track of the current path sum from root to this node, and you can also use DFS to return the minimum value of any path from this node to the leaf. This will tell you if this node is insufficient."
],