mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 14:12:17 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"51.4K\", \"totalSubmission\": \"66.7K\", \"totalAcceptedRaw\": 51404, \"totalSubmissionRaw\": 66749, \"acRate\": \"77.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"51.4K\", \"totalSubmission\": \"66.8K\", \"totalAcceptedRaw\": 51434, \"totalSubmissionRaw\": 66782, \"acRate\": \"77.0%\"}",
|
||||
"hints": [
|
||||
"Find out and save the minimum of each row and maximum of each column in two lists.",
|
||||
"Then scan through the whole matrix to identify the elements that satisfy the criteria."
|
||||
|
Reference in New Issue
Block a user