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": "Medium",
"likes": 138,
"dislikes": 30,
"likes": 146,
"dislikes": 32,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Diagonal Traverse\", \"titleSlug\": \"diagonal-traverse\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "\"ch ie pr\"\n3\n\"iveo eed l te olc\"\n4\n\"coding\"\n1",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"7.6K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 7626, \"totalSubmissionRaw\": 15299, \"acRate\": \"49.8%\"}",
"stats": "{\"totalAccepted\": \"7.8K\", \"totalSubmission\": \"15.7K\", \"totalAcceptedRaw\": 7832, \"totalSubmissionRaw\": 15742, \"acRate\": \"49.8%\"}",
"hints": [
"How can you use rows and encodedText to find the number of columns of the matrix?",
"Once you have the number of rows and columns, you can create the matrix and place encodedText in it. How should you place it in the matrix?",