mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"31.8K\", \"totalSubmission\": \"50.1K\", \"totalAcceptedRaw\": 31837, \"totalSubmissionRaw\": 50094, \"acRate\": \"63.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.8K\", \"totalSubmission\": \"50.1K\", \"totalAcceptedRaw\": 31849, \"totalSubmissionRaw\": 50111, \"acRate\": \"63.6%\"}",
|
||||
"hints": [
|
||||
"Let’s say k is the number of distinct elements in the array. Our goal is to find the number of subarrays with k distinct elements.",
|
||||
"Since the constraints are small, you can check every subarray."
|
||||
|
Reference in New Issue
Block a user