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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 475,
|
||||
"likes": 476,
|
||||
"dislikes": 30,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.8K\", \"totalSubmission\": \"26.5K\", \"totalAcceptedRaw\": 15813, \"totalSubmissionRaw\": 26479, \"acRate\": \"59.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.9K\", \"totalSubmission\": \"26.6K\", \"totalAcceptedRaw\": 15852, \"totalSubmissionRaw\": 26554, \"acRate\": \"59.7%\"}",
|
||||
"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