You are on page 1of 2

Q.

1 Find out the Pre order traversal, Post order traversal and In order traversal
sequence of the given Binary Tree

Q.2 Suppose the following sequences list the nodes of a binary tree T in in order and
post order, respectively:

In order: Q, B, K, C, F, A, G, P, E, D, H, R

Post order: Q, K, F, C, A, B, E, H, R, D, P, G

Draw the diagram of the Binary tree and also find out the pre order.

Q.3 Find out the Pre order traversal, Post order traversal and In order traversal
sequence of the given Binary Tree
Q.4 Find out the Pre order traversal, Post order traversal and In order traversal
sequence of the given Binary Tree

Q.5 Find In order preorder and post order traversal of given binary tree?

You might also like