mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 21:16:45 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13.2K\", \"totalSubmission\": \"18.5K\", \"totalAcceptedRaw\": 13236, \"totalSubmissionRaw\": 18475, \"acRate\": \"71.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13.6K\", \"totalSubmission\": \"19K\", \"totalAcceptedRaw\": 13649, \"totalSubmissionRaw\": 19041, \"acRate\": \"71.7%\"}",
|
||||
"hints": [
|
||||
"Use DFS (Depth First Search) to traverse the tree, and constantly keep track of the current path maximum."
|
||||
],
|
||||
|
Reference in New Issue
Block a user