1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Which of the following way follows in Po...
Q.

Which of the following way follows in Post order traversal?

A. Root -> Left sub tree -> Right sub tree.
B. Root -> Right sub tree -> Left sub tree.
C. Left sub tree -> Root -> Right sub tree.
D. Left sub tree -> Right sub tree -> Root.
Answer» D. Left sub tree -> Right sub tree -> Root.
View all MCQs in:   Data Structures (DS)

Discussion