Post-Order Traversal

‣
Tree Traversal Algorithm: How do you traverse a binary tree post-order (recursively and iteratively)? What are its use cases?