mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.2K\", \"totalSubmission\": \"47.2K\", \"totalAcceptedRaw\": 21229, \"totalSubmissionRaw\": 47227, \"acRate\": \"45.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.2K\", \"totalSubmission\": \"47.2K\", \"totalAcceptedRaw\": 21233, \"totalSubmissionRaw\": 47234, \"acRate\": \"45.0%\"}",
|
||||
"hints": [
|
||||
"Use a hash table to efficiently map each number to all of its indices in the container and to map each index to their current number.",
|
||||
"In addition, you can use ordered set to store all of the indices for each number to solve the find method. Do not forget to update the ordered set according to the change method."
|
||||
|
Reference in New Issue
Block a user