Copy List with Random Pointer
CodingSoftware Engineer
Company question banks are included with the Insider plan.
A linked list of length n is represented in this format for testing:
nodes[i] = [val, randomIndex]val is the value of the ith node.randomIndex is the index of the node pointed to by...