1.

Which tree allows fast implementation of string operation?(a) Rope Tree(b) Suffix Tree(c) Tango Tree(d) Top TreeQuestion is taken from Suffix Tree in section Trie of Data Structures & Algorithms IThe question was asked in quiz.

Answer»

Correct option is (B) Suffix Tree

Best explanation: In computer science, a suffix tree is also known as PAT tree or position tree. It is a COMPRESSED search tree or prefix tree in which KEYS contain the suffix of text values as the text position. It allows fast STRING operation to be CARRIED out by the user.



Discussion

No Comment Found

Related InterviewSolutions