Easy
Quiz
#145 Binary Tree Postorder Traversal
APPROACH
Given the root of a binary tree, return the postorder traversal of its nodes' values.
1 of 4
What is the optimal approach for this problem?
#145 Binary Tree Postorder Traversal
APPROACH
Given the root of a binary tree, return the postorder traversal of its nodes' values.
What is the optimal approach for this problem?