mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.6K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 7618, \"totalSubmissionRaw\": 15275, \"acRate\": \"49.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.6K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 7626, \"totalSubmissionRaw\": 15299, \"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