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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 476,
|
||||
"dislikes": 30,
|
||||
"likes": 497,
|
||||
"dislikes": 31,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[0,1],[0,0]]\n[[0,0,1],[1,0,0],[0,0,0]]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.9K\", \"totalSubmission\": \"26.6K\", \"totalAcceptedRaw\": 15852, \"totalSubmissionRaw\": 26554, \"acRate\": \"59.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.3K\", \"totalSubmission\": \"27.2K\", \"totalAcceptedRaw\": 16275, \"totalSubmissionRaw\": 27217, \"acRate\": \"59.8%\"}",
|
||||
"hints": [
|
||||
"Set each water cell to be 0. The height of each cell is limited by its closest water cell.",
|
||||
"Perform a multi-source BFS with all the water cells as sources."
|
||||
|
Reference in New Issue
Block a user