

InterviewSolution
Saved Bookmarks
1. |
In Smith–Waterman algorithm, in initialization Step, the _________ row and ________ column are subject to gap penalty.(a) first, first(b) first, second(c) second, First(d) first, last |
Answer» The correct answer is (a) first, first The explanation: In Smith–Waterman algorithm, first row and first column are set to 0. In the Needleman Wunsch algorithm, First row and first column are subject to gap penalty. |
|