feat(content): hidden test cases
This commit is contained in:
@@ -28,6 +28,12 @@ test_cases:
|
||||
expected: 3
|
||||
- input: { root: [1, 2, null, 3, null, 4] }
|
||||
expected: 4
|
||||
- input: { root: [1, 2, 3, 4, 5, 6, 7] }
|
||||
expected: 3
|
||||
- input: { root: [1, null, 2, null, 3, null, 4] }
|
||||
expected: 4
|
||||
- input: { root: [1, 2, 3, null, null, null, 4] }
|
||||
expected: 3
|
||||
|
||||
description: |
|
||||
Given the `root` of a binary tree, return *its maximum depth*.
|
||||
|
||||
Reference in New Issue
Block a user