1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Non Linear Data Structures - Trees
  4. Find the postorder traversal of the bina...
Q.

Find the postorder traversal of the binary tree shown below.

A. P Q R S T U V W X
B. W R S Q P V T U X
C. S W T Q X U V R P
D. none
Answer» C. S W T Q X U V R P
View all MCQs in:   Data Structures (DS)

Discussion