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\": \"6.9K\", \"totalSubmission\": \"12.1K\", \"totalAcceptedRaw\": 6938, \"totalSubmissionRaw\": 12063, \"acRate\": \"57.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.9K\", \"totalSubmission\": \"12.1K\", \"totalAcceptedRaw\": 6941, \"totalSubmissionRaw\": 12066, \"acRate\": \"57.5%\"}",
|
||||
"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