1.

Which of the following is untrue about Needleman-Wunsch algorithm?(a) It is an example of dynamic programming(b) Basic idea here is to build up the best alignment by using optimal alignments of larger subsequences(c) It was first used by Saul Needleman and Christian Wunsch(d) It was first used in 1970This question was posed to me during an online interview.Query is from Needleman topic in section Multiple Sequence Alignment of Bioinformatics

Answer»

The CORRECT option is (b) Basic idea here is to build up the best alignment by USING optimal ALIGNMENTS of LARGER subsequences

The explanation: In case of Needleman-Wunsch algorithm, the basic idea here is to build up the best alignment by using optimal alignments of SMALLER subsequences. It is based on dynamic programming, a discipline invented by Richard Bellman in 1953.



Discussion

No Comment Found

Related InterviewSolutions