mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"233.6K\", \"totalSubmission\": \"353.8K\", \"totalAcceptedRaw\": 233641, \"totalSubmissionRaw\": 353767, \"acRate\": \"66.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"233.7K\", \"totalSubmission\": \"353.8K\", \"totalAcceptedRaw\": 233705, \"totalSubmissionRaw\": 353844, \"acRate\": \"66.0%\"}",
|
||||
"hints": [
|
||||
"Just iterate the linked list and create copies of the nodes on the go. Since a node can be referenced from multiple nodes due to the random pointers, ensure you are not making multiple copies of the same node.",
|
||||
"You may want to use extra space to keep old_node ---> new_node mapping to prevent creating multiple copies of the same node.",
|
||||
|
Reference in New Issue
Block a user