2016.6.26——Maximum Depth of Binary Tree
摘要:
Maximum Depth of Binary Tree 本题收获 1.树时使用递归 2.注意边界条件时输出的值,仔细阅读题意,若是面试时,问清边界条件。 题目: Given a binary tree, find its maximum depth. The maximum depth is th 阅读全文
posted @ 2016-06-26 18:16 zhuzhu2016 阅读(212) 评论(0) 推荐(0)