Skip to content

Files

Latest commit

Apr 5, 2024
2b6cab1 · Apr 5, 2024

History

History

104. Maximum Depth of Binary Tree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 5, 2024
Apr 5, 2024

Maximum Depth of Binary Tree

Attempts:

# Time Complexity Space Complexity Description Submission Runtime (4 trials) Memory (4 trials)
1 O(n) O(n) Use DFS to find max height Submission 37.75ms (min 28ms) 17.6 MB