【LeetCode】minimum-depth-of-binary-tree
【题目描述】
Given a binary tree, find its minimum depth.The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.
给定二叉树,求其最小深度。最小深度是从根节点到最近的叶节点沿最短路径...
原创
2019-03-14 00:53:19 ·
179 阅读 ·
0 评论