摘要: 题目:Given a binary tree, find its maximum depth. 计算二叉树的深度。 解决:采用深度优先遍历。 阅读全文
posted @ 2016-04-13 15:14 wwwglin 阅读(115) 评论(0) 推荐(0)