1.

Which tree allows fast implementation of a set of string operation?(a) Rope Tree(b) Tango Tree(c) Generalized Suffix Tree(d) Top TreeThe above asked question is from Suffix Tree in chapter Trie of Data Structures & Algorithms II got this question in an interview for internship.

Answer»

Correct option is (c) Generalized Suffix Tree

The best explanation: In computer SCIENCE, the generalized suffix is a special suffix tree which contains a set of strings or set of WORDS instead of a single STRING like suffix tree.Hence DIFFERENT operation can be PERFORMED on a set of strings using a generalized suffix tree.



Discussion

No Comment Found

Related InterviewSolutions