1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 763,
"likes": 766,
"dislikes": 81,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Online Election\", \"titleSlug\": \"online-election\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"35.4K\", \"totalSubmission\": \"60.3K\", \"totalAcceptedRaw\": 35369, \"totalSubmissionRaw\": 60298, \"acRate\": \"58.7%\"}",
"stats": "{\"totalAccepted\": \"35.5K\", \"totalSubmission\": \"60.6K\", \"totalAcceptedRaw\": 35509, \"totalSubmissionRaw\": 60569, \"acRate\": \"58.6%\"}",
"hints": [
"Build array rank where rank[i][j] is the number of votes for team i to be the j-th rank.",
"Sort the trams by rank array. if rank array is the same for two or more teams, sort them by the ID in ascending order."