mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"11.6K\", \"totalAcceptedRaw\": 3244, \"totalSubmissionRaw\": 11568, \"acRate\": \"28.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.3K\", \"totalSubmission\": \"11.6K\", \"totalAcceptedRaw\": 3253, \"totalSubmissionRaw\": 11585, \"acRate\": \"28.1%\"}",
|
||||
"hints": [
|
||||
"We can check if every empty cell is a part of a consecutive row of empty cells that has a width of at least stampWidth as well as a consecutive column of empty cells that has a height of at least stampHeight.",
|
||||
"We can prove that this condition is sufficient and necessary to fit the stamps while following the given restrictions and requirements.",
|
||||
|
Reference in New Issue
Block a user