https://oj.leetcode.com/problems/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.
'풀어본 Algorithm 문제 정리' 카테고리의 다른 글
[OJ.leetcode] remove-duplicates-from-sorted-list (0) | 2014.08.27 |
---|---|
[OJ.leetcode] binary-tree-preorder-traversal (1) | 2014.08.24 |
[OJ.leetcode] add two numbers (1) | 2014.08.21 |
[OJ.leetcode] search-in-rotated-sorted-array (0) | 2014.08.19 |
[OJ.leetcode] combinations (0) | 2014.08.18 |