1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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?",