mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 09:21:40 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"15.1K\", \"totalAcceptedRaw\": 7669, \"totalSubmissionRaw\": 15132, \"acRate\": \"50.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"15.1K\", \"totalAcceptedRaw\": 7670, \"totalSubmissionRaw\": 15137, \"acRate\": \"50.7%\"}",
|
||||
"hints": [
|
||||
"Consider counting for each element in divisors the count of elements in nums divisible by it using bruteforce.",
|
||||
"After counting for each divisor, take the one with the maximum count. In case of a tie, take the minimum one of them."
|
||||
|
Reference in New Issue
Block a user