We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6667e commit a9fe086Copy full SHA for a9fe086
src/main/java/com/fishercoder/solutions/_138.java
@@ -3,14 +3,6 @@
3
import java.util.HashMap;
4
import java.util.Map;
5
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
-
14
public class _138 {
15
public static class Solution1 {
16
public Node copyRandomList(Node head) {
0 commit comments