树的前序和后序遍历是树相关算法的基本。就不多加解释了,直接上代码。
Binary Tree Preorder Traversal
1 | public class Solution { |
Binary Tree Postorder Traversal
1 | public class Solution { |
树的前序和后序遍历是树相关算法的基本。就不多加解释了,直接上代码。
1 | public class Solution { |
1 | public class Solution { |
原文作者: findingsea
原文链接: http://findingsea.github.io/2015/04/27/binary-tree-preorder-slash-postorder-traversal/
发表日期: April 27th 2015, 9:28:00 am
版权声明: 本文采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: true tags: true