1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-03 14:32:54 +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": 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!"
],