mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13K\", \"totalSubmission\": \"23.9K\", \"totalAcceptedRaw\": 12990, \"totalSubmissionRaw\": 23899, \"acRate\": \"54.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13K\", \"totalSubmission\": \"23.9K\", \"totalAcceptedRaw\": 13003, \"totalSubmissionRaw\": 23929, \"acRate\": \"54.3%\"}",
|
||||
"hints": [
|
||||
"For every occurrence of key in nums, find all indices within distance k from it.",
|
||||
"Use a hash table to remove duplicate indices."
|
||||
|
Reference in New Issue
Block a user