InterviewSolution
Saved Bookmarks
| 1. |
Suffix array can be created by performing __________ traversal of a suffix tree.(a) breadth-first(b) level order(c) depth-first(d) either breadth-first or level orderI want to ask this question from Arrays Types topic in section Arrays Types of Data Structures & Algorithms IThis question was addressed to me in exam. |
|
Answer» Right answer is (c) depth-first |
|