Leetcode 145 Binary Tree Postorder Traversal

Leetcode 145 Binary Tree Postorder Traversal The problem description is as follow: Given a binary tree, return the postorder traversal of its nodes’ values. For example: Given binary tree {1,#,2,3},