mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"35.7K\", \"totalSubmission\": \"54.7K\", \"totalAcceptedRaw\": 35687, \"totalSubmissionRaw\": 54715, \"acRate\": \"65.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.7K\", \"totalSubmission\": \"54.8K\", \"totalAcceptedRaw\": 35731, \"totalSubmissionRaw\": 54787, \"acRate\": \"65.2%\"}",
|
||||
"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