Binary Tree post order traversal

One:

  Using two stacks, stack to traversal the node, stackr to record the parent node when visiting its right-child;

     https://oj.leetcode.com/problems/path-sum/

     https://oj.leetcode.com/problems/binary-tree-postorder-traversal/

posted on 2014-12-04 23:09  majia1949  阅读(98)  评论(0编辑  收藏  举报

导航