【Binary Tree】Minimum Depth of Bi
2018-07-18 本文已影响0人
安琪拉的小迷妹
题目链接
https://leetcode.com/problems/minimum-depth-of-binary-tree/description/

思路:注意1-2-3这种情况,要对左右分别进行判断

题目链接
https://leetcode.com/problems/minimum-depth-of-binary-tree/description/
思路:注意1-2-3这种情况,要对左右分别进行判断