Minimum Depth of Binary Tree的意思|示意

美 / / 英 / /

二叉树的最小深度


Minimum Depth of Binary Tree的网络常见释义

二叉树的最小深度 [LeetCode 111] - 二叉树的最小深度 (Minimum Depth of Binary Tree)

树的根节点到叶子节点的最小距离 2013-09-27 01:00 阅读(2995) 评论(0) leetcode:Minimum Depth of Binary Tree(树的根节点到叶子节点的最小距离)【面试算法题】 题目: Given a binary tree, find its minimum depth.