1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-03 06:22:54 +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\": \"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都是有效的。",