Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ec836e

Browse files
edit 138
1 parentc927d7c commit5ec836e

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
importjava.util.HashMap;
44
importjava.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
publicclass_138 {
1112

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp