1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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?"