mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 463,
|
||||
"dislikes": 73,
|
||||
"likes": 486,
|
||||
"dislikes": 74,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"Leaderboard\",\"addScore\",\"addScore\",\"addScore\",\"addScore\",\"addScore\",\"top\",\"reset\",\"reset\",\"addScore\",\"top\"]\n[[],[1,73],[2,56],[3,39],[4,51],[5,4],[1],[1],[2],[2,51],[3]]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"38.5K\", \"totalSubmission\": \"56.6K\", \"totalAcceptedRaw\": 38521, \"totalSubmissionRaw\": 56557, \"acRate\": \"68.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"39.9K\", \"totalSubmission\": \"58.6K\", \"totalAcceptedRaw\": 39909, \"totalSubmissionRaw\": 58607, \"acRate\": \"68.1%\"}",
|
||||
"hints": [
|
||||
"What data structure can we use to keep the players' data?",
|
||||
"Keep a map (dictionary) of player scores.",
|
||||
|
Reference in New Issue
Block a user