NTA UGC NET DEC-2022 Paper-2
October 10, 2023UGC-NET Dec 2019 Part-1
October 10, 2023Data-Structures
Question 26 |
Which of the following sequences denotes the post order traversal sequence of the tree of question 14?
f e g c d b a | |
g c b d a f e | |
g c d b f e a | |
f e d g c b a |
Question 26 Explanation:
Postorder:-
Left → Right → Root
g c d b f e a
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
Left → Right → Root
g c d b f e a
Subscribe
Login
0 Comments