mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"828\", \"totalSubmission\": \"1.8K\", \"totalAcceptedRaw\": 828, \"totalSubmissionRaw\": 1848, \"acRate\": \"44.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"830\", \"totalSubmission\": \"1.9K\", \"totalAcceptedRaw\": 830, \"totalSubmissionRaw\": 1851, \"acRate\": \"44.8%\"}",
|
||||
"hints": [
|
||||
"A greedy approach will not work as the examples show.",
|
||||
"Try all possible moves using DP.",
|
||||
|
Reference in New Issue
Block a user