Data Structures and Algorithms - Old Questions
Question Answer Details
1.
iii) What is the recursive formula for post order traversal of binary tree?
a) Left-Root-Right b) Root-Left-Right c) Left-Right-Root d) Right-Left-Root