leetcode138. Copy List with Random Pointer
Constructa deepcopy ofthelist. Thelinkedlistisrepresentedintheinput/outputasalistof n nodes.Eachnodeisrepresentedasapairof [val,random_index] where:val:anintegerrepresenting Node.valrandom_index:theindexofthenode(r