Vidyalelo
Data Structure · Q69

Trees in Data Structures

Programming · Data Structure · question 69

Q69

While evaluating the parse tree, which traversal technique is used to give the original input string?

A.
Pre-order traversal
B.
In-order traversal
Answer
C.
Post-order traversal
D.
Breadth-first traversal

Answer: Option B

Solution

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