1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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.",