1.

Can the two edges that are coming out of a node have labels of string beginning with the same character?(a) True(b) FalseThis key question is from Suffix Tree topic in portion Trie of Data Structures & Algorithms II have been asked this question in semester exam.

Answer»

The correct choice is (b) False

Explanation: It is a compressed SEARCH TREE or prefix tree in which keys contain the suffix of text values as the text POSITION. All the nodes (internal) except for the root nodes have at least two children. No two edges that are COMING out of a node have labels of STRING beginning with the same character.



Discussion

No Comment Found

Related InterviewSolutions