原创 leetcode 二叉樹後續遍歷的遞歸和非遞歸實現

Given a binary tree, return the postorder traversal of its nodes' values.For example:Given binary tree {1,#,2,3},   1