mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 898,
|
||||
"dislikes": 64,
|
||||
"likes": 933,
|
||||
"dislikes": 65,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[3,7,8],[9,11,13],[15,16,17]]\n[[1,10,4,2],[9,3,8,7],[15,16,17,12]]\n[[7,8],[1,2]]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"62K\", \"totalSubmission\": \"87.4K\", \"totalAcceptedRaw\": 61991, \"totalSubmissionRaw\": 87412, \"acRate\": \"70.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"63.2K\", \"totalSubmission\": \"89.2K\", \"totalAcceptedRaw\": 63208, \"totalSubmissionRaw\": 89217, \"acRate\": \"70.8%\"}",
|
||||
"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