Vidyalelo
Data Structure · Q60

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 60

Q60

What traversal over trie gives the lexicographical sorting of the set of the strings?

A.
postorder
B.
preorders
C.
inorder
Answer
D.
level order

Answer: Option C

Solution

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