NTA UGC NET DEC-2022 Paper-2

October 10, 2023

UGC-NET Dec 2019 Part-1

October 10, 2023

NTA UGC NET DEC-2022 Paper-2

October 10, 2023

UGC-NET Dec 2019 Part-1

October 10, 2023

Data-Structures

Question 26

Which of the following sequences denotes the post order traversal sequence of the tree of question 14?

A
f e g c d b a
B
g c b d a f e
C
g c d b f e a
D
f e d g c b a
Question 26 Explanation: 
Postorder:-
Left → Right → Root
g c d b f e a
Correct Answer: C
Question 26 Explanation: 
Postorder:-
Left → Right → Root
g c d b f e a

Leave a Reply

Your email address will not be published. Required fields are marked *