mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 2241,
|
||||
"likes": 2242,
|
||||
"dislikes": 55,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"House Robber\", \"titleSlug\": \"house-robber\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Frog Jump\", \"titleSlug\": \"frog-jump\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"92.8K\", \"totalSubmission\": \"168.8K\", \"totalAcceptedRaw\": 92764, \"totalSubmissionRaw\": 168837, \"acRate\": \"54.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"92.8K\", \"totalSubmission\": \"168.9K\", \"totalAcceptedRaw\": 92787, \"totalSubmissionRaw\": 168877, \"acRate\": \"54.9%\"}",
|
||||
"hints": [
|
||||
"For each question, we can either solve it or skip it. How can we use Dynamic Programming to decide the most optimal option for each problem?",
|
||||
"We store for each question the maximum points we can earn if we started the exam on that question.",
|
||||
|
Reference in New Issue
Block a user