1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

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