

InterviewSolution
Saved Bookmarks
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 |
|