Leetcode 138 Copy List with Random Pointer

Leetcode 138 Copy List with Random Pointer The description of problem is : /** * Definition for singly-linked list with a random pointer. * class RandomListNode { * int label;