mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 14:32:54 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1105,
|
||||
"dislikes": 369,
|
||||
"likes": 1148,
|
||||
"dislikes": 371,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[1,2,3],[4,5,6],[7,8,9]]\n[[1,2,3],[4,5,6]]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"128.7K\", \"totalSubmission\": \"210.5K\", \"totalAcceptedRaw\": 128746, \"totalSubmissionRaw\": 210536, \"acRate\": \"61.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"131.3K\", \"totalSubmission\": \"215K\", \"totalAcceptedRaw\": 131279, \"totalSubmissionRaw\": 215008, \"acRate\": \"61.1%\"}",
|
||||
"hints": [
|
||||
"We don't need any special algorithms to do this. You just need to know what the transpose of a matrix looks like. Rows become columns and vice versa!"
|
||||
],
|
||||
|
Reference in New Issue
Block a user