Back to Questions

Binary Tree Postorder Traversal (Iterative)

123.3K viewsAsked at Airbnb
Hard

Question Explain

Given the root of a binary tree, return the postorder traversal of its nodes' values. Implement the solution iteratively (most complex of the three traversals).

Start Trying This Question Simulation

Practice answering orally or with text to get instant AI feedback.

Practice with This Question
Binary Tree Postorder Traversal (Iterative) - Interview Question