mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.9K\", \"totalSubmission\": \"31.5K\", \"totalAcceptedRaw\": 9892, \"totalSubmissionRaw\": 31547, \"acRate\": \"31.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.9K\", \"totalSubmission\": \"31.6K\", \"totalAcceptedRaw\": 9895, \"totalSubmissionRaw\": 31552, \"acRate\": \"31.4%\"}",
|
||||
"hints": [
|
||||
"Count the frequency of each element in odd positions in the array. Do the same for elements in even positions.",
|
||||
"To minimize the number of operations we need to maximize the number of elements we keep from the original array.",
|
||||
|
Reference in New Issue
Block a user