mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 21:46:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.4K\", \"totalSubmission\": \"32.2K\", \"totalAcceptedRaw\": 21424, \"totalSubmissionRaw\": 32223, \"acRate\": \"66.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.6K\", \"totalSubmission\": \"32.5K\", \"totalAcceptedRaw\": 21627, \"totalSubmissionRaw\": 32510, \"acRate\": \"66.5%\"}",
|
||||
"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