1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"26.7K\", \"totalSubmission\": \"55.2K\", \"totalAcceptedRaw\": 26741, \"totalSubmissionRaw\": 55197, \"acRate\": \"48.4%\"}",
"stats": "{\"totalAccepted\": \"26.8K\", \"totalSubmission\": \"55.2K\", \"totalAcceptedRaw\": 26750, \"totalSubmissionRaw\": 55211, \"acRate\": \"48.5%\"}",
"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."