1.

What is the other name for Suffix Tree?(a) Array(b) Stack(c) Priority Queue(d) PAT TreeAsked question is from Suffix Tree topic in division Trie of Data Structures & Algorithms IThis question was posed to me in my homework.

Answer»

Correct CHOICE is (d) PAT Tree

The explanation is: 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.



Discussion

No Comment Found

Related InterviewSolutions