1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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": "Medium",
"likes": 373,
"likes": 376,
"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\": \"8K\", \"totalSubmission\": \"18.7K\", \"totalAcceptedRaw\": 8033, \"totalSubmissionRaw\": 18734, \"acRate\": \"42.9%\"}",
"stats": "{\"totalAccepted\": \"8.1K\", \"totalSubmission\": \"18.8K\", \"totalAcceptedRaw\": 8059, \"totalSubmissionRaw\": 18803, \"acRate\": \"42.9%\"}",
"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?"