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": "Medium",
"likes": 778,
"dislikes": 132,
"likes": 780,
"dislikes": 133,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "3\n6",
@@ -119,7 +119,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"64.1K\", \"totalSubmission\": \"79.3K\", \"totalAcceptedRaw\": 64088, \"totalSubmissionRaw\": 79326, \"acRate\": \"80.8%\"}",
"stats": "{\"totalAccepted\": \"64.1K\", \"totalSubmission\": \"79.4K\", \"totalAcceptedRaw\": 64135, \"totalSubmissionRaw\": 79386, \"acRate\": \"80.8%\"}",
"hints": [
"Build the array arr using the given formula, define target = sum(arr) / n",
"What is the number of operations needed to convert arr so that all elements equal target ?"