| Package | Description |
|---|---|
| com_github_leetcode.random | |
| g0101_0200.s0138_copy_list_with_random_pointer |
| Modifier and Type | Field and Description |
|---|---|
Node |
Node.next |
Node |
Node.next |
Node |
Node.random |
Node |
Node.random |
| Constructor and Description |
|---|
Node(int val,
Node next,
Node random) |
Node(int val,
Node next,
Node random) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Solution.copyRandomList(Node head) |
Node |
Solution.copyRandomList(Node head) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Solution.copyRandomList(Node head) |
Node |
Solution.copyRandomList(Node head) |
Copyright © 2023. All rights reserved.