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 c927d7c commit 5ec836eCopy full SHA for 5ec836e
src/main/java/com/fishercoder/solutions/_138.java
@@ -3,9 +3,10 @@
3
import java.util.HashMap;
4
import java.util.Map;
5
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.*/
+/**138. Copy List with Random Pointer
+ * 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.
9
+ * Return a deep copy of the list.*/
10
11
public class _138 {
12
0 commit comments