1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 21:46:46 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."