* @brief postOrderIterative() function that will perform the postorder * traversal iteratively, and return the result array that contain the postorder * traversal of a tree. * @param root head/root node of a tree * @return result that is containing the postorder traversal of a tree */
source not stored for this graph (policy: none)