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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

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