1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 587,
"dislikes": 37,
"likes": 598,
"dislikes": 38,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Rank Transform of an Array\", \"titleSlug\": \"rank-transform-of-an-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"GCD Sort of an Array\", \"titleSlug\": \"gcd-sort-of-an-array\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[[1,2],[3,4]]\n[[7,7],[7,7]]\n[[20,-21,14],[-19,4,19],[22,-47,24],[-19,4,19]]",
@@ -167,7 +167,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"16.5K\", \"totalSubmission\": \"40.6K\", \"totalAcceptedRaw\": 16486, \"totalSubmissionRaw\": 40617, \"acRate\": \"40.6%\"}",
"stats": "{\"totalAccepted\": \"16.8K\", \"totalSubmission\": \"41.2K\", \"totalAcceptedRaw\": 16763, \"totalSubmissionRaw\": 41228, \"acRate\": \"40.7%\"}",
"hints": [
"Sort the cells by value and process them in increasing order.",
"The rank of a cell is the maximum rank in its row and column plus one.",