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": "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?",
|
||||
|
Reference in New Issue
Block a user