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": 525,
"likes": 561,
"dislikes": 11,
"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\", \"titleSlug\": \"maximum-number-of-events-that-can-be-attended\", \"difficulty\": \"Medium\", \"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}]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"11.5K\", \"totalSubmission\": \"27K\", \"totalAcceptedRaw\": 11496, \"totalSubmissionRaw\": 27004, \"acRate\": \"42.6%\"}",
"stats": "{\"totalAccepted\": \"12.2K\", \"totalSubmission\": \"28.7K\", \"totalAcceptedRaw\": 12211, \"totalSubmissionRaw\": 28660, \"acRate\": \"42.6%\"}",
"hints": [
"Can we sort the array to help us solve the problem?",
"We can use dynamic programming to keep track of the maximum at each position."