mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 3058,
|
||||
"likes": 3065,
|
||||
"dislikes": 32,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Maximum Earnings From Taxi\", \"titleSlug\": \"maximum-earnings-from-taxi\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Two Best Non-Overlapping Events\", \"titleSlug\": \"two-best-non-overlapping-events\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"107.8K\", \"totalSubmission\": \"211.8K\", \"totalAcceptedRaw\": 107811, \"totalSubmissionRaw\": 211850, \"acRate\": \"50.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"108.1K\", \"totalSubmission\": \"212.3K\", \"totalAcceptedRaw\": 108070, \"totalSubmissionRaw\": 212319, \"acRate\": \"50.9%\"}",
|
||||
"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