算法(三) 树的遍历

2020.4.22:二叉树的右视图

1.思路:层次遍历,取最右边的元素

2.题解:https://leetcode-cn.com/problems/binary-tree-right-side-view/solution/ceng-ci-bian-li-1-ms-9739-by-joshua-46/

你可能感兴趣的:(算法(三) 树的遍历)