Data Structures and Algorithms - Old Questions

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

1 marks | Asked in 2019-Objective

(c)