mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15K\", \"totalSubmission\": \"17.8K\", \"totalAcceptedRaw\": 14953, \"totalSubmissionRaw\": 17797, \"acRate\": \"84.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15K\", \"totalSubmission\": \"17.8K\", \"totalAcceptedRaw\": 14959, \"totalSubmissionRaw\": 17807, \"acRate\": \"84.0%\"}",
|
||||
"hints": [
|
||||
"From the given string, find the corresponding rows and columns.",
|
||||
"Iterate through the columns in ascending order and for each column, iterate through the rows in ascending order to obtain the required cells in sorted order."
|
||||
|
Reference in New Issue
Block a user