java.lang.Object
g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node

public class Node extends Object
  • Field Details

    • val

      public boolean val
    • isLeaf

      public boolean isLeaf
    • topLeft

      public Node topLeft
    • topRight

      public Node topRight
    • bottomLeft

      public Node bottomLeft
    • bottomRight

      public Node bottomRight
  • Constructor Details

    • Node

      public Node()
    • Node

      public Node(boolean val, boolean isLeaf)
  • Method Details