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