Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ec836e

Browse files
edit 138
1 parent c927d7c commit 5ec836e

File tree

1 file changed

+4
-3
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+4
-3
lines changed

src/main/java/com/fishercoder/solutions/_138.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
import java.util.HashMap;
44
import java.util.Map;
55

6-
/**A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.
7-
8-
Return a deep copy of the list.*/
6+
/**138. Copy List with Random Pointer
7+
* A linked list is given such that each node contains an additional random
8+
* pointer which could point to any node in the list or null.
9+
* Return a deep copy of the list.*/
910

1011
public class _138 {
1112

0 commit comments

Comments
 (0)