Google News
logo
Data Structures Algorithms - Quiz(MCQ)
Which of the following represents the Post order Traversal of a Binary Tree?
A)
Left -> Right -> Root
B)
Left -> Root -> Right
C)
Right -> Left -> Root
D)
Right -> Root -> Left

Correct Answer :   Left -> Right -> Root

Advertisement