| Package | Description |
|---|---|
| g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list |
| Modifier and Type | Field and Description |
|---|---|
Node |
Node.child |
Node |
Node.child |
Node |
Node.next |
Node |
Node.next |
Node |
Node.prev |
Node |
Node.prev |
| Modifier and Type | Method and Description |
|---|---|
Node |
Solution.flatten(Node head) |
Node |
Solution.flatten(Node head) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Solution.flatten(Node head) |
Node |
Solution.flatten(Node head) |
Copyright © 2022. All rights reserved.