Vidyalelo
Data Structure · Q75

Binary Search Trees(B Tree)

Programming · Data Structure · question 75

Q75

A full binary tree can be generated using . . . . . . . .

A.
post-order and pre-order traversal
Answer
B.
pre-order traversal
C.
post-order traversal
D.
in-order traversal

Answer: Option A

Solution

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