mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 439,
|
||||
"dislikes": 45,
|
||||
"likes": 445,
|
||||
"dislikes": 47,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"MajorityChecker\",\"query\",\"query\",\"query\"]\n[[[1,1,2,2,1,1]],[0,5,4],[0,3,3],[2,3,2]]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12.4K\", \"totalSubmission\": \"29.7K\", \"totalAcceptedRaw\": 12450, \"totalSubmissionRaw\": 29670, \"acRate\": \"42.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"12.6K\", \"totalSubmission\": \"30K\", \"totalAcceptedRaw\": 12647, \"totalSubmissionRaw\": 30038, \"acRate\": \"42.1%\"}",
|
||||
"hints": [
|
||||
"What's special about a majority element ?",
|
||||
"A majority element appears more than half the length of the array number of times.",
|
||||
|
Reference in New Issue
Block a user