Package | Description |
---|---|
com_github_leetcode.left_right | |
g0101_0200.s0116_populating_next_right_pointers_in_each_node | |
g0101_0200.s0117_populating_next_right_pointers_in_each_node_ii |
Modifier and Type | Field and Description |
---|---|
Node |
Node.left |
Node |
Node.left |
Node |
Node.next |
Node |
Node.next |
Node |
Node.right |
Node |
Node.right |
Constructor and Description |
---|
Node(int val,
Node left,
Node right,
Node next) |
Node(int val,
Node left,
Node right,
Node next) |
Modifier and Type | Method and Description |
---|---|
Node |
Solution.connect(Node root) |
Node |
Solution.connect(Node root) |
Modifier and Type | Method and Description |
---|---|
Node |
Solution.connect(Node root) |
Node |
Solution.connect(Node root) |
Modifier and Type | Method and Description |
---|---|
Node |
Solution.connect(Node root) |
Node |
Solution.connect(Node root) |
Modifier and Type | Method and Description |
---|---|
Node |
Solution.connect(Node root) |
Node |
Solution.connect(Node root) |
Copyright © 2021. All rights reserved.