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

1 marks
Asked in 2019-Objective

Answer

AI Generated Answer

AI is thinking...

Official Answer

(c)