mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"31.1K\", \"totalSubmission\": \"63.4K\", \"totalAcceptedRaw\": 31096, \"totalSubmissionRaw\": 63372, \"acRate\": \"49.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.1K\", \"totalSubmission\": \"63.4K\", \"totalAcceptedRaw\": 31100, \"totalSubmissionRaw\": 63384, \"acRate\": \"49.1%\"}",
|
||||
"hints": [
|
||||
"尝试简化问题。如果路径必须从根开始会如何?",
|
||||
"不要忘记路径可能会重叠。例如,如果你正在寻找总和6,那么路径1 -> 3 -> 2和1 -> 3 -> 2 -> 4 -> 6 -> 2都是有效的。",
|
||||
|
Reference in New Issue
Block a user