mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"206.5K\", \"totalSubmission\": \"387.5K\", \"totalAcceptedRaw\": 206484, \"totalSubmissionRaw\": 387504, \"acRate\": \"53.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"206.5K\", \"totalSubmission\": \"387.5K\", \"totalAcceptedRaw\": 206498, \"totalSubmissionRaw\": 387524, \"acRate\": \"53.3%\"}",
|
||||
"hints": [
|
||||
"Think on DP.",
|
||||
"Sort the elements by starting time, then define the dp[i] as the maximum profit taking elements from the suffix starting at i.",
|
||||
|
Reference in New Issue
Block a user