mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 3123,
|
||||
"likes": 3124,
|
||||
"dislikes": 234,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Knight Probability in Chessboard\", \"titleSlug\": \"knight-probability-in-chessboard\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Execution of All Suffix Instructions Staying in a Grid\", \"titleSlug\": \"execution-of-all-suffix-instructions-staying-in-a-grid\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"122.1K\", \"totalSubmission\": \"275.8K\", \"totalAcceptedRaw\": 122052, \"totalSubmissionRaw\": 275835, \"acRate\": \"44.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"122.1K\", \"totalSubmission\": \"275.9K\", \"totalAcceptedRaw\": 122053, \"totalSubmissionRaw\": 275862, \"acRate\": \"44.2%\"}",
|
||||
"hints": [
|
||||
"Is traversing every path feasible? There are many possible paths for a small matrix. Try to optimize it.",
|
||||
"Can we use some space to store the number of paths and update them after every move?",
|
||||
|
Reference in New Issue
Block a user