mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"63.8K\", \"totalSubmission\": \"133.3K\", \"totalAcceptedRaw\": 63798, \"totalSubmissionRaw\": 133266, \"acRate\": \"47.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"63.8K\", \"totalSubmission\": \"133.3K\", \"totalAcceptedRaw\": 63809, \"totalSubmissionRaw\": 133278, \"acRate\": \"47.9%\"}",
|
||||
"hints": [
|
||||
"For each domino j, find the number of dominoes you've already seen (dominoes i with i < j) that are equivalent.",
|
||||
"You can keep track of what you've seen using a hashmap."
|
||||
|
Reference in New Issue
Block a user