0559. Maximum Depth of N-ary Tree
Previous0558. Logical OR of Two Binary Grids Represented as Quad-TreesNext0560. Subarray Sum Equals K
Last updated
Last updated
**Input:** root = [1,null,3,2,4,null,5,6]
**Output:** 3**Input:** root = [1,null,2,3,4,5,null,null,6,7,null,8,null,9,10,null,null,11,null,12,null,13,null,null,14]
**Output:** 5