| Package | Description |
|---|---|
| g0401_0500.s0427_construct_quad_tree |
| Modifier and Type | Field and Description |
|---|---|
Node |
Node.bottomLeft |
Node |
Node.bottomLeft |
Node |
Node.bottomRight |
Node |
Node.bottomRight |
Node |
Node.topLeft |
Node |
Node.topLeft |
Node |
Node.topRight |
Node |
Node.topRight |
| Modifier and Type | Method and Description |
|---|---|
Node |
Solution.construct(int[][] grid) |
Node |
Solution.construct(int[][] grid) |
| Constructor and Description |
|---|
Node(boolean val,
boolean isLeaf,
Node topLeft,
Node topRight,
Node bottomLeft,
Node bottomRight) |
Node(boolean val,
boolean isLeaf,
Node topLeft,
Node topRight,
Node bottomLeft,
Node bottomRight) |
Copyright © 2022. All rights reserved.