mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 2025,
|
||||
"dislikes": 36,
|
||||
"likes": 2125,
|
||||
"dislikes": 40,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Shortest Path to Get Food\", \"titleSlug\": \"shortest-path-to-get-food\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[0,0,0],[1,1,0],[0,0,0],[0,1,1],[0,0,0]]\n1\n[[0,1,1],[1,1,1],[1,0,0]]\n1",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"86.3K\", \"totalSubmission\": \"198.4K\", \"totalAcceptedRaw\": 86305, \"totalSubmissionRaw\": 198373, \"acRate\": \"43.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"92.6K\", \"totalSubmission\": \"212.6K\", \"totalAcceptedRaw\": 92633, \"totalSubmissionRaw\": 212555, \"acRate\": \"43.6%\"}",
|
||||
"hints": [
|
||||
"Use BFS.",
|
||||
"BFS on (x,y,r) x,y is coordinate, r is remain number of obstacles you can remove."
|
||||
|
Reference in New Issue
Block a user