03-树2 List Leaves

03-树2 List Leaves (25 分) Given a tree, you are supposed to list all the leaves in the order of top down, and left to right. 大意:给你一棵树,你需要按照从上到下,从左到右的顺序输出它的叶子节点(度为0的节点) Input Specification: Each input f
相关文章
相关标签/搜索