mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 4511,
|
||||
"likes": 4519,
|
||||
"dislikes": 251,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"House Robber\", \"titleSlug\": \"house-robber\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"171.2K\", \"totalSubmission\": \"299.5K\", \"totalAcceptedRaw\": 171188, \"totalSubmissionRaw\": 299464, \"acRate\": \"57.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"172K\", \"totalSubmission\": \"300.8K\", \"totalAcceptedRaw\": 171976, \"totalSubmissionRaw\": 300813, \"acRate\": \"57.2%\"}",
|
||||
"hints": [
|
||||
"If you take a number, you might as well take them all. Keep track of what the value is of the subset of the input with maximum M when you either take or don't take M."
|
||||
],
|
||||
|
Reference in New Issue
Block a user