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": 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."
|
||||
|
Reference in New Issue
Block a user