

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a description of dynamic programming algorithm?(a) A method of sequence alignment(b) A method that can take gaps into account(c) A method that requires a manageable number of comparisons(d) This method doesn’t provide an optimal (highest scoring) alignmentI got this question in semester exam.Question is from Dynamic Programming Algorithm for Sequence Alignment topic in portion Sequence Alignment of Bioinformatics |
Answer» Right choice is (d) This METHOD doesn’t provide an optimal (highest scoring) alignment |
|