1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 115,
"dislikes": 25,
"likes": 116,
"dislikes": 26,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Excel Sheet Column Title\", \"titleSlug\": \"excel-sheet-column-title\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Excel Sheet Column Number\", \"titleSlug\": \"excel-sheet-column-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Matrix Cells in Distance Order\", \"titleSlug\": \"matrix-cells-in-distance-order\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "\"K1:L2\"\n\"A1:F1\"",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"19K\", \"totalSubmission\": \"22.2K\", \"totalAcceptedRaw\": 19004, \"totalSubmissionRaw\": 22233, \"acRate\": \"85.5%\"}",
"stats": "{\"totalAccepted\": \"19.2K\", \"totalSubmission\": \"22.4K\", \"totalAcceptedRaw\": 19185, \"totalSubmissionRaw\": 22437, \"acRate\": \"85.5%\"}",
"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."