mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"48.9K\", \"totalSubmission\": \"66.2K\", \"totalAcceptedRaw\": 48926, \"totalSubmissionRaw\": 66220, \"acRate\": \"73.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"48.9K\", \"totalSubmission\": \"66.2K\", \"totalAcceptedRaw\": 48935, \"totalSubmissionRaw\": 66231, \"acRate\": \"73.9%\"}",
|
||||
"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