Vidyalelo
Data Structure · Q82

Arrays in Data Structures

Programming · Data Structure · question 82

Q82

Suffix array can be created by performing . . . . . . . . traversal of a suffix tree.

A.
breadth-first
B.
level order
C.
depth-first
Answer
D.
either breadth-first or level order

Answer: Option C

Solution

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