2. For every new node, store original node and clone to map where original node is key and clone is value. - In this step, map is storing the memory addresses of each node. 3. Iterate original list ...