mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"6.4K\", \"totalSubmission\": \"12.1K\", \"totalAcceptedRaw\": 6427, \"totalSubmissionRaw\": 12090, \"acRate\": \"53.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.4K\", \"totalSubmission\": \"12.1K\", \"totalAcceptedRaw\": 6432, \"totalSubmissionRaw\": 12101, \"acRate\": \"53.2%\"}",
|
||||
"hints": [
|
||||
"Try to use recursion and notice that it should recurse with <i>n</i> - 2 instead of <i>n</i> - 1."
|
||||
],
|
||||
|
Reference in New Issue
Block a user