mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.4K\", \"totalSubmission\": \"7.8K\", \"totalAcceptedRaw\": 3395, \"totalSubmissionRaw\": 7770, \"acRate\": \"43.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.4K\", \"totalSubmission\": \"7.8K\", \"totalAcceptedRaw\": 3405, \"totalSubmissionRaw\": 7803, \"acRate\": \"43.6%\"}",
|
||||
"hints": [
|
||||
"Can we sort the array to help us solve the problem?",
|
||||
"We can use dynamic programming to keep track of the maximum at each position."
|
||||
|
Reference in New Issue
Block a user