Post-order Traversal : This can be done by both iteratively and recursively. The iterative solution would require a modification or alteration of the in-order traversal algorithm.
Refer: http://www.expertsmind.com/questions/in-order-traversal-3016324.aspx
http://www.expertsmind.com/questions/algorithm-for-pre-order-traversal-3016323.aspx