摘要:
Problem Link:http://oj.leetcode.com/problems/binary-tree-postorder-traversal/The post-order-traversal of a binary tree is a classic problem, the recursive way to solve it is really straightforward, the pseudo-code is as follows. RECURSIVE-POST-ORDER-TRAVERSAL(TreeNode node) if node is NULL retur... 阅读全文
posted @ 2014-04-03 23:36 卢泽尔 阅读(443) 评论(0) 推荐(0)
浙公网安备 33010602011771号