📚 Question Bank Q32 — Programming and Data Structure
Tags
Programming and Data Structure
Q32. Marks: +2.0 UGC NET Paper 2: Computer Science 8th Oct 2022

Consider the traversal of a tree

Preorder → ABCEIFJDGHKL

Inorder → EICFJBGDKHLA

Which of the following is correct post order traversal?

1.EIFJCKGLHDBA
2.FCGKLHDBUAE
3.FCGKLHDBAEIJ
4.IEJFCGKLHDBA ✓ Correct
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question