mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 310,
|
||||
"likes": 311,
|
||||
"dislikes": 16,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -131,7 +131,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"23.1K\", \"totalAcceptedRaw\": 8965, \"totalSubmissionRaw\": 23127, \"acRate\": \"38.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"23.1K\", \"totalAcceptedRaw\": 8974, \"totalSubmissionRaw\": 23142, \"acRate\": \"38.8%\"}",
|
||||
"hints": [
|
||||
"Use dynamic programming to find the path with the max score.",
|
||||
"Use another dynamic programming array to count the number of paths with max score."
|
||||
|
Reference in New Issue
Block a user