二叉树的右视图

默认分类 · 2024-03-27 · 44 人浏览

bfs方法:

层次遍历取每层最后一个

dfs方法:

根右左遍历加一个depth参数,取每层第一个出现的

Theme Jasmine by Kent Liao