Skip to content

Commit a9fe086

Browse files
refactor 138
1 parent 3d6667e commit a9fe086

File tree

1 file changed

+0
-8
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
import java.util.HashMap;
44
import java.util.Map;
55

6-
/**
7-
* 138. Copy List with Random Pointer
8-
*
9-
* A linked list is given such that each node contains an additional random
10-
* pointer which could point to any node in the list or null.
11-
* Return a deep copy of the list.
12-
*/
13-
146
public class _138 {
157
public static class Solution1 {
168
public Node copyRandomList(Node head) {

0 commit comments

Comments
 (0)