1.

Do all the nodes have at least two children in suffix tree.(a) True(b) FalseI want to ask this question from Suffix Tree topic in section Trie of Data Structures & Algorithms II have been asked this question during an interview.

Answer»

The correct choice is (b) False

To explain: 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.



Discussion

No Comment Found

Related InterviewSolutions