Vidyalelo
Data Structure · Q106

Binary Search Trees(B Tree)

Programming · Data Structure · question 106

Q106

What is the possible number of binary trees that can be created with 3 nodes, giving the sequence N, M, L when traversed in post-order.

A.
15
B.
3
C.
5
Answer
D.
8

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board