Skip to content

Files

Latest commit

18d02eb · Mar 12, 2018

History

History

maximum-depth-of-binary-tree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018

Problem: 104. Maximum Depth of Binary Tree

Given a binary tree, find its maximum depth.

The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.