mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 376,
|
||||
"likes": 393,
|
||||
"dislikes": 7,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Maximum Profit in Job Scheduling\", \"titleSlug\": \"maximum-profit-in-job-scheduling\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Maximum Number of Events That Can Be Attended II\", \"titleSlug\": \"maximum-number-of-events-that-can-be-attended-ii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.1K\", \"totalSubmission\": \"18.8K\", \"totalAcceptedRaw\": 8059, \"totalSubmissionRaw\": 18803, \"acRate\": \"42.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.4K\", \"totalSubmission\": \"19.6K\", \"totalAcceptedRaw\": 8444, \"totalSubmissionRaw\": 19565, \"acRate\": \"43.2%\"}",
|
||||
"hints": [
|
||||
"How can sorting the events on the basis of their start times help? How about end times?",
|
||||
"How can we quickly get the maximum score of an interval not intersecting with the interval we chose?"
|
||||
|
Reference in New Issue
Block a user