1.

Can suffix tree be used in bioinformatics problems and solutions.(a) True(b) FalseThis interesting question is from Suffix tree in division Trie of Data Structures & Algorithms IThe question was posed to me during an internship interview.

Answer»

Right option is (a) True

The best explanation: It is a compressed SEARCH tree or prefix tree in which keys contain the suffix of text VALUES as the text position. So, a suffix tree is used in bioinformatics PROBLEMS and solutions LIKE pattern SEARCHING in DNA and protein sequences.



Discussion

No Comment Found

Related InterviewSolutions